Html Css Color HEX #777736 Crete

📋 copy color: '#777736'

red 119 ◦ green 119 ◦ blue 54

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

Shades of Crete #777736

Tints of Crete #777736

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.75%

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

R = 40.75%
G = 40.75%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#777736 (or 0x777736) is known color: Crete. HEX triplet: 77, 77 and 36. RGB value is (119,119,54). Sum of RGB (Red+Green+Blue) = 119+119+54=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 119 (46.88% from 255 or 40.75% from 292); Blue value is 54 (21.48% from 255 or 18.49% from 292); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777736 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777736 is #8888C9. Grayscale: #6F6F6F. Windows color (decimal): -8947914 or 3569527. OLE color: 3569527.

HSL color Cylindrical-coordinate representation of color #777736: hue angle of 60º 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 #777736 is Cyan = 0, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 119 54 -
CMYK 0 0 0.55 0.53
HSL 60º 0.38% 0.34% -
HSV(B) 60º 0.55% 0.47% -
XYZ 14.87 17.38 6.06 -
YUV 111.59 95.5 133.29 -
System Red Green Blue C M Y K H S L
Decimal 119 119 54 0 0 0.55 0.53 60 0.38 0.34
Hex 77 77 36 0 0 37 35 3C 26 22
Octal 167 167 66 0 0 67 65 74 46 42
Binary 1110111 1110111 110110 0 0 110111 110101 111100 100110 100010

Color Harmonies of #777736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777736

Black with #777736

Text Example


Text Example

White with #777736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777736; }

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

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

background-color css

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

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

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

border-color css

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

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

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