Html Css Color HEX #777704 Olive

📋 copy color: '#777704'

red 119 ◦ green 119 ◦ blue 4

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

Shades of Olive #777704

Tints of Olive #777704

RGB

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

 GREEN value IS 119 (46.88% from 255) = 49.17%

 BLUE value IS 4 (1.95% from 255) = 1.65%

R = 49.17%
G = 49.17%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#777704 (or 0x777704) is known color: Olive. HEX triplet: 77, 77 and 04. RGB value is (119,119,4). Sum of RGB (Red+Green+Blue) = 119+119+4=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 4 (1.95% from 255 or 1.65% from 242); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777704 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777704 is #8888FB. Grayscale: #6A6A6A. Windows color (decimal): -8947964 or 292727. OLE color: 292727.

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

Color convert

RGB 119 119 4 -
CMYK 0 0 0.97 0.53
HSL 60º 0.93% 0.24% -
HSV(B) 60º 0.97% 0.47% -
XYZ 14.23 17.12 2.67 -
YUV 105.89 70.5 137.35 -
System Red Green Blue C M Y K H S L
Decimal 119 119 4 0 0 0.97 0.53 60 0.93 0.24
Hex 77 77 4 0 0 61 35 3C 5D 18
Octal 167 167 4 0 0 141 65 74 135 30
Binary 1110111 1110111 100 0 0 1100001 110101 111100 1011101 11000

Color Harmonies of #777704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777704

Black with #777704

Text Example


Text Example

White with #777704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777704; }

 p { color: rgb(119,119,4); }

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

background-color css

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

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

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

border-color css

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

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

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