Html Css Color HEX #777029 Crete

📋 copy color: '#777029'

red 119 ◦ green 112 ◦ blue 41

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

Shades of Crete #777029

Tints of Crete #777029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.07%

R = 43.75%
G = 41.18%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#777029 (or 0x777029) is known color: Crete. HEX triplet: 77, 70 and 29. RGB value is (119,112,41). Sum of RGB (Red+Green+Blue) = 119+112+41=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 119 - color contains mainly: red. Hex color #777029 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777029 is #888FD6. Grayscale: #6A6A6A. Windows color (decimal): -8949719 or 2715767. OLE color: 2715767.

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

Color convert

RGB 119 112 41 -
CMYK 0 0.06 0.66 0.53
HSL 54.62º 0.49% 0.31% -
HSV(B) 54.62º 0.66% 0.47% -
XYZ 13.8 15.67 4.4 -
YUV 106 91.32 137.27 -
System Red Green Blue C M Y K H S L
Decimal 119 112 41 0 0.06 0.66 0.53 54.62 0.49 0.31
Hex 77 70 29 0 6 42 35 37 31 1F
Octal 167 160 51 0 6 102 65 67 61 37
Binary 1110111 1110000 101001 0 110 1000010 110101 110111 110001 11111

Color Harmonies of #777029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777029

Black with #777029

Text Example


Text Example

White with #777029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777029; }

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

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

background-color css

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

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

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

border-color css

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

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

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