Html Css Color HEX #766F39 Crete

📋 copy color: '#766F39'

red 118 ◦ green 111 ◦ blue 57

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

Shades of Crete #766F39

Tints of Crete #766F39

RGB

 RED value IS 118 (46.48% from 255) = 41.26%

 GREEN value IS 111 (43.75% from 255) = 38.81%

 BLUE value IS 57 (22.66% from 255) = 19.93%

R = 41.26%
G = 38.81%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.52

 K value IS 0.54

RGB Variations

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

Color information

#766F39 (or 0x766F39) is known color: Crete. HEX triplet: 76, 6F and 39. RGB value is (118,111,57). Sum of RGB (Red+Green+Blue) = 118+111+57=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 111 (43.75% from 255 or 38.81% from 286); Blue value is 57 (22.66% from 255 or 19.93% from 286); Max value from RGB is 118 - color contains mainly: red. Hex color #766F39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766F39 is #8990C6. Grayscale: #6B6B6B. Windows color (decimal): -9015495 or 3764086. OLE color: 3764086.

HSL color Cylindrical-coordinate representation of color #766F39: hue angle of 53.11º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #766F39 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 111 57 -
CMYK 0 0.06 0.52 0.54
HSL 53.11º 0.35% 0.34% -
HSV(B) 53.11º 0.52% 0.46% -
XYZ 13.89 15.52 6.13 -
YUV 106.94 99.82 135.89 -
System Red Green Blue C M Y K H S L
Decimal 118 111 57 0 0.06 0.52 0.54 53.11 0.35 0.34
Hex 76 6F 39 0 6 34 36 35 23 22
Octal 166 157 71 0 6 64 66 65 43 42
Binary 1110110 1101111 111001 0 110 110100 110110 110101 100011 100010

Color Harmonies of #766F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766F39

Black with #766F39

Text Example


Text Example

White with #766F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766F39; }

 p { color: rgb(118,111,57); }

 H1.HeaderClassName
 {
   color: #766F39;
 }
 .AnyTagClassName
 {
   color: #766F39;
 }
</style>

background-color css

<style>
 a { background-color: #766F39; }

 a { background-color: rgb(118,111,57); }

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

border-color css

<style>
 span { border-color: #766F39; }

 span { border-color: rgb(118,111,57); }

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