Html Css Color HEX #776E37 Crete

📋 copy color: '#776E37'

red 119 ◦ green 110 ◦ blue 55

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

Shades of Crete #776E37

Tints of Crete #776E37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.37%

R = 41.9%
G = 38.73%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.54

 K value IS 0.53

RGB Variations

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

Color information

#776E37 (or 0x776E37) is known color: Crete. HEX triplet: 77, 6E and 37. RGB value is (119,110,55). Sum of RGB (Red+Green+Blue) = 119+110+55=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 110 (43.36% from 255 or 38.73% from 284); Blue value is 55 (21.88% from 255 or 19.37% from 284); Max value from RGB is 119 - color contains mainly: red. Hex color #776E37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776E37 is #8891C8. Grayscale: #6A6A6A. Windows color (decimal): -8950217 or 3632759. OLE color: 3632759.

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

Color convert

RGB 119 110 55 -
CMYK 0 0.08 0.54 0.53
HSL 51.56º 0.37% 0.34% -
HSV(B) 51.56º 0.54% 0.47% -
XYZ 13.87 15.35 5.85 -
YUV 106.42 98.98 136.97 -
System Red Green Blue C M Y K H S L
Decimal 119 110 55 0 0.08 0.54 0.53 51.56 0.37 0.34
Hex 77 6E 37 0 8 36 35 34 25 22
Octal 167 156 67 0 10 66 65 64 45 42
Binary 1110111 1101110 110111 0 1000 110110 110101 110100 100101 100010

Color Harmonies of #776E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776E37

Black with #776E37

Text Example


Text Example

White with #776E37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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