Html Css Color HEX #766E28 Crete

📋 copy color: '#766E28'

red 118 ◦ green 110 ◦ blue 40

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

Shades of Crete #766E28

Tints of Crete #766E28

RGB

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

 GREEN value IS 110 (43.36% from 255) = 41.04%

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

R = 44.03%
G = 41.04%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#766E28 (or 0x766E28) is known color: Crete. HEX triplet: 76, 6E and 28. RGB value is (118,110,40). Sum of RGB (Red+Green+Blue) = 118+110+40=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 110 (43.36% from 255 or 41.04% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #766E28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766E28 is #8991D7. Grayscale: #686868. Windows color (decimal): -9015768 or 2649718. OLE color: 2649718.

HSL color Cylindrical-coordinate representation of color #766E28: hue angle of 53.85º 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 #766E28 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 110 40 -
CMYK 0 0.07 0.66 0.54
HSL 53.85º 0.49% 0.31% -
HSV(B) 53.85º 0.66% 0.46% -
XYZ 13.43 15.16 4.23 -
YUV 104.41 91.65 137.69 -
System Red Green Blue C M Y K H S L
Decimal 118 110 40 0 0.07 0.66 0.54 53.85 0.49 0.31
Hex 76 6E 28 0 7 42 36 36 31 1F
Octal 166 156 50 0 7 102 66 66 61 37
Binary 1110110 1101110 101000 0 111 1000010 110110 110110 110001 11111

Color Harmonies of #766E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E28

Black with #766E28

Text Example


Text Example

White with #766E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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