Html Css Color HEX #777428 Olivetone

📋 copy color: '#777428'

red 119 ◦ green 116 ◦ blue 40

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

Shades of Olivetone #777428

Tints of Olivetone #777428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.55%

R = 43.27%
G = 42.18%
B = 14.55%

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

#777428 (or 0x777428) is known color: Olivetone. HEX triplet: 77, 74 and 28. RGB value is (119,116,40). Sum of RGB (Red+Green+Blue) = 119+116+40=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 116 (45.70% from 255 or 42.18% from 275); Blue value is 40 (16.02% from 255 or 14.55% from 275); Max value from RGB is 119 - color contains mainly: red. Hex color #777428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777428 is #888BD7. Grayscale: #6C6C6C. Windows color (decimal): -8948696 or 2651255. OLE color: 2651255.

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

Color convert

RGB 119 116 40 -
CMYK 0 0.03 0.66 0.53
HSL 57.72º 0.5% 0.31% -
HSV(B) 57.72º 0.66% 0.47% -
XYZ 14.24 16.57 4.45 -
YUV 108.23 89.49 135.68 -
System Red Green Blue C M Y K H S L
Decimal 119 116 40 0 0.03 0.66 0.53 57.72 0.5 0.31
Hex 77 74 28 0 3 42 35 3A 32 1F
Octal 167 164 50 0 3 102 65 72 62 37
Binary 1110111 1110100 101000 0 11 1000010 110101 111010 110010 11111

Color Harmonies of #777428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777428

Black with #777428

Text Example


Text Example

White with #777428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777428; }

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

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

background-color css

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

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

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

border-color css

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

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

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