Html Css Color HEX #777408 Olive

📋 copy color: '#777408'

red 119 ◦ green 116 ◦ blue 8

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

Shades of Olive #777408

Tints of Olive #777408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.29%

R = 48.97%
G = 47.74%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#777408 (or 0x777408) is known color: Olive. HEX triplet: 77, 74 and 08. RGB value is (119,116,8). Sum of RGB (Red+Green+Blue) = 119+116+8=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 116 (45.70% from 255 or 47.74% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #777408 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777408 is #888BF7. Grayscale: #696969. Windows color (decimal): -8948728 or 554103. OLE color: 554103.

HSL color Cylindrical-coordinate representation of color #777408: hue angle of 58.38º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #777408 is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 116 8 -
CMYK 0 0.03 0.93 0.53
HSL 58.38º 0.87% 0.25% -
HSV(B) 58.38º 0.93% 0.47% -
XYZ 13.9 16.43 2.67 -
YUV 104.59 73.49 138.28 -
System Red Green Blue C M Y K H S L
Decimal 119 116 8 0 0.03 0.93 0.53 58.38 0.87 0.25
Hex 77 74 8 0 3 5D 35 3A 57 19
Octal 167 164 10 0 3 135 65 72 127 31
Binary 1110111 1110100 1000 0 11 1011101 110101 111010 1010111 11001

Color Harmonies of #777408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777408

Black with #777408

Text Example


Text Example

White with #777408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777408; }

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

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

background-color css

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

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

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

border-color css

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

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

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