Html Css Color HEX #777036 Crete

📋 copy color: '#777036'

red 119 ◦ green 112 ◦ blue 54

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

Shades of Crete #777036

Tints of Crete #777036

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.3%

 BLUE value IS 54 (21.48% from 255) = 18.95%

R = 41.75%
G = 39.3%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#777036 (or 0x777036) is known color: Crete. HEX triplet: 77, 70 and 36. RGB value is (119,112,54). Sum of RGB (Red+Green+Blue) = 119+112+54=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 54 (21.48% from 255 or 18.95% from 285); Max value from RGB is 119 - color contains mainly: red. Hex color #777036 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777036 is #888FC9. Grayscale: #6B6B6B. Windows color (decimal): -8949706 or 3567735. OLE color: 3567735.

HSL color Cylindrical-coordinate representation of color #777036: hue angle of 53.54º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #777036 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 112 54 -
CMYK 0 0.06 0.55 0.53
HSL 53.54º 0.38% 0.34% -
HSV(B) 53.54º 0.55% 0.47% -
XYZ 14.07 15.78 5.79 -
YUV 107.48 97.82 136.22 -
System Red Green Blue C M Y K H S L
Decimal 119 112 54 0 0.06 0.55 0.53 53.54 0.38 0.34
Hex 77 70 36 0 6 37 35 36 26 22
Octal 167 160 66 0 6 67 65 66 46 42
Binary 1110111 1110000 110110 0 110 110111 110101 110110 100110 100010

Color Harmonies of #777036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777036

Black with #777036

Text Example


Text Example

White with #777036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777036; }

 p { color: rgb(119,112,54); }

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

background-color css

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

 a { background-color: rgb(119,112,54); }

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

border-color css

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

 span { border-color: rgb(119,112,54); }

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