Html Css Color HEX #777336 Crete

📋 copy color: '#777336'

red 119 ◦ green 115 ◦ blue 54

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

Shades of Crete #777336

Tints of Crete #777336

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.93%

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

R = 41.32%
G = 39.93%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#777336 (or 0x777336) is known color: Crete. HEX triplet: 77, 73 and 36. RGB value is (119,115,54). Sum of RGB (Red+Green+Blue) = 119+115+54=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 115 (45.31% from 255 or 39.93% from 288); Blue value is 54 (21.48% from 255 or 18.75% from 288); Max value from RGB is 119 - color contains mainly: red. Hex color #777336 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777336 is #888CC9. Grayscale: #6D6D6D. Windows color (decimal): -8948938 or 3568503. OLE color: 3568503.

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

Color convert

RGB 119 115 54 -
CMYK 0 0.03 0.55 0.53
HSL 56.31º 0.38% 0.34% -
HSV(B) 56.31º 0.55% 0.47% -
XYZ 14.4 16.45 5.91 -
YUV 109.24 96.83 134.96 -
System Red Green Blue C M Y K H S L
Decimal 119 115 54 0 0.03 0.55 0.53 56.31 0.38 0.34
Hex 77 73 36 0 3 37 35 38 26 22
Octal 167 163 66 0 3 67 65 70 46 42
Binary 1110111 1110011 110110 0 11 110111 110101 111000 100110 100010

Color Harmonies of #777336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777336

Black with #777336

Text Example


Text Example

White with #777336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777336; }

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

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

background-color css

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

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

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

border-color css

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

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

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