Html Css Color HEX #777129 Crete

📋 copy color: '#777129'

red 119 ◦ green 113 ◦ blue 41

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

Shades of Crete #777129

Tints of Crete #777129

RGB

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

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

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

R = 43.59%
G = 41.39%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#777129 (or 0x777129) is known color: Crete. HEX triplet: 77, 71 and 29. RGB value is (119,113,41). Sum of RGB (Red+Green+Blue) = 119+113+41=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 113 (44.53% from 255 or 41.39% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #777129 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777129 is #888ED6. Grayscale: #6A6A6A. Windows color (decimal): -8949463 or 2716023. OLE color: 2716023.

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

Color convert

RGB 119 113 41 -
CMYK 0 0.05 0.66 0.53
HSL 55.38º 0.49% 0.31% -
HSV(B) 55.38º 0.66% 0.47% -
XYZ 13.91 15.89 4.43 -
YUV 106.59 90.99 136.85 -
System Red Green Blue C M Y K H S L
Decimal 119 113 41 0 0.05 0.66 0.53 55.38 0.49 0.31
Hex 77 71 29 0 5 42 35 37 31 1F
Octal 167 161 51 0 5 102 65 67 61 37
Binary 1110111 1110001 101001 0 101 1000010 110101 110111 110001 11111

Color Harmonies of #777129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777129

Black with #777129

Text Example


Text Example

White with #777129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777129; }

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

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

background-color css

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

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

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

border-color css

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

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

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