Html Css Color HEX #777136 Crete

📋 copy color: '#777136'

red 119 ◦ green 113 ◦ blue 54

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

Shades of Crete #777136

Tints of Crete #777136

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.51%

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

R = 41.61%
G = 39.51%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#777136 (or 0x777136) is known color: Crete. HEX triplet: 77, 71 and 36. RGB value is (119,113,54). Sum of RGB (Red+Green+Blue) = 119+113+54=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 113 (44.53% from 255 or 39.51% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 119 - color contains mainly: red. Hex color #777136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777136 is #888EC9. Grayscale: #6C6C6C. Windows color (decimal): -8949450 or 3567991. OLE color: 3567991.

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

Color convert

RGB 119 113 54 -
CMYK 0 0.05 0.55 0.53
HSL 54.46º 0.38% 0.34% -
HSV(B) 54.46º 0.55% 0.47% -
XYZ 14.18 16 5.83 -
YUV 108.07 97.49 135.8 -
System Red Green Blue C M Y K H S L
Decimal 119 113 54 0 0.05 0.55 0.53 54.46 0.38 0.34
Hex 77 71 36 0 5 37 35 36 26 22
Octal 167 161 66 0 5 67 65 66 46 42
Binary 1110111 1110001 110110 0 101 110111 110101 110110 100110 100010

Color Harmonies of #777136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777136

Black with #777136

Text Example


Text Example

White with #777136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777136; }

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

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

background-color css

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

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

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

border-color css

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

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

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