Html Css Color HEX #756B2A Crete

📋 copy color: '#756B2A'

red 117 ◦ green 107 ◦ blue 42

#756B2A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crete #756B2A

Tints of Crete #756B2A

RGB

 RED value IS 117 (46.09% from 255) = 43.98%

 GREEN value IS 107 (42.19% from 255) = 40.23%

 BLUE value IS 42 (16.8% from 255) = 15.79%

R = 43.98%
G = 40.23%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#756B2A (or 0x756B2A) is known color: Crete. HEX triplet: 75, 6B and 2A. RGB value is (117,107,42). Sum of RGB (Red+Green+Blue) = 117+107+42=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 107 (42.19% from 255 or 40.23% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #756B2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756B2A is #8A94D5. Grayscale: #666666. Windows color (decimal): -9082070 or 2780021. OLE color: 2780021.

HSL color Cylindrical-coordinate representation of color #756B2A: hue angle of 52º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #756B2A is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 107 42 -
CMYK 0 0.09 0.64 0.54
HSL 52º 0.47% 0.31% -
HSV(B) 52º 0.64% 0.46% -
XYZ 13.01 14.46 4.3 -
YUV 102.58 93.81 138.29 -
System Red Green Blue C M Y K H S L
Decimal 117 107 42 0 0.09 0.64 0.54 52 0.47 0.31
Hex 75 6B 2A 0 9 40 36 34 2F 1F
Octal 165 153 52 0 11 100 66 64 57 37
Binary 1110101 1101011 101010 0 1001 1000000 110110 110100 101111 11111

Color Harmonies of #756B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756B2A

Black with #756B2A

Text Example


Text Example

White with #756B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756B2A; }

 p { color: rgb(117,107,42); }

 H1.HeaderClassName
 {
   color: #756B2A;
 }
 .AnyTagClassName
 {
   color: #756B2A;
 }
</style>

background-color css

<style>
 a { background-color: #756B2A; }

 a { background-color: rgb(117,107,42); }

 div.DivClassName
 {
   background-color: #756B2A;
 }
 .BgClassName
 {
   background-color: #756B2A;
 }
</style>

border-color css

<style>
 span { border-color: #756B2A; }

 span { border-color: rgb(117,107,42); }

 td.TdClassName
 {
   border-color: #756B2A;
 }
 .TagClassName
 {
   border-color: #756B2A;
 }
</style>