Html Css Color HEX #766F28 Crete

📋 copy color: '#766F28'

red 118 ◦ green 111 ◦ blue 40

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

Shades of Crete #766F28

Tints of Crete #766F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.87%

R = 43.87%
G = 41.26%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#766F28 (or 0x766F28) is known color: Crete. HEX triplet: 76, 6F and 28. RGB value is (118,111,40). Sum of RGB (Red+Green+Blue) = 118+111+40=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 111 (43.75% from 255 or 41.26% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #766F28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766F28 is #8990D7. Grayscale: #696969. Windows color (decimal): -9015512 or 2649974. OLE color: 2649974.

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

Color convert

RGB 118 111 40 -
CMYK 0 0.06 0.66 0.54
HSL 54.62º 0.49% 0.31% -
HSV(B) 54.62º 0.66% 0.46% -
XYZ 13.54 15.37 4.26 -
YUV 105 91.32 137.27 -
System Red Green Blue C M Y K H S L
Decimal 118 111 40 0 0.06 0.66 0.54 54.62 0.49 0.31
Hex 76 6F 28 0 6 42 36 37 31 1F
Octal 166 157 50 0 6 102 66 67 61 37
Binary 1110110 1101111 101000 0 110 1000010 110110 110111 110001 11111

Color Harmonies of #766F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766F28

Black with #766F28

Text Example


Text Example

White with #766F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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