Html Css Color HEX #777429 Crete

📋 copy color: '#777429'

red 119 ◦ green 116 ◦ blue 41

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

Shades of Crete #777429

Tints of Crete #777429

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.03%

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

R = 43.12%
G = 42.03%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#777429 (or 0x777429) is known color: Crete. HEX triplet: 77, 74 and 29. RGB value is (119,116,41). Sum of RGB (Red+Green+Blue) = 119+116+41=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 119 - color contains mainly: red. Hex color #777429 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777429 is #888BD6. Grayscale: #6C6C6C. Windows color (decimal): -8948695 or 2716791. OLE color: 2716791.

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

Color convert

RGB 119 116 41 -
CMYK 0 0.03 0.66 0.53
HSL 57.69º 0.49% 0.31% -
HSV(B) 57.69º 0.66% 0.47% -
XYZ 14.25 16.57 4.55 -
YUV 108.35 89.99 135.6 -
System Red Green Blue C M Y K H S L
Decimal 119 116 41 0 0.03 0.66 0.53 57.69 0.49 0.31
Hex 77 74 29 0 3 42 35 3A 31 1F
Octal 167 164 51 0 3 102 65 72 61 37
Binary 1110111 1110100 101001 0 11 1000010 110101 111010 110001 11111

Color Harmonies of #777429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777429

Black with #777429

Text Example


Text Example

White with #777429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777429; }

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

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

background-color css

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

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

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

border-color css

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

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

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