Html Css Color HEX #776E28 Crete

📋 copy color: '#776E28'

red 119 ◦ green 110 ◦ blue 40

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

Shades of Crete #776E28

Tints of Crete #776E28

RGB

 RED value IS 119 (46.88% from 255) = 44.24%

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

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

R = 44.24%
G = 40.89%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#776E28 (or 0x776E28) is known color: Crete. HEX triplet: 77, 6E and 28. RGB value is (119,110,40). Sum of RGB (Red+Green+Blue) = 119+110+40=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 110 (43.36% from 255 or 40.89% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #776E28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776E28 is #8891D7. Grayscale: #696969. Windows color (decimal): -8950232 or 2649719. OLE color: 2649719.

HSL color Cylindrical-coordinate representation of color #776E28: hue angle of 53.16º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #776E28 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 110 40 -
CMYK 0 0.08 0.66 0.53
HSL 53.16º 0.5% 0.31% -
HSV(B) 53.16º 0.66% 0.47% -
XYZ 13.57 15.23 4.23 -
YUV 104.71 91.48 138.19 -
System Red Green Blue C M Y K H S L
Decimal 119 110 40 0 0.08 0.66 0.53 53.16 0.5 0.31
Hex 77 6E 28 0 8 42 35 35 32 1F
Octal 167 156 50 0 10 102 65 65 62 37
Binary 1110111 1101110 101000 0 1000 1000010 110101 110101 110010 11111

Color Harmonies of #776E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776E28

Black with #776E28

Text Example


Text Example

White with #776E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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