Html Css Color HEX #77720D Olive

📋 copy color: '#77720D'

red 119 ◦ green 114 ◦ blue 13

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

Shades of Olive #77720D

Tints of Olive #77720D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 46.34%

 BLUE value IS 13 (5.47% from 255) = 5.28%

R = 48.37%
G = 46.34%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#77720D (or 0x77720D) is known color: Olive. HEX triplet: 77, 72 and 0D. RGB value is (119,114,13). Sum of RGB (Red+Green+Blue) = 119+114+13=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 114 (44.92% from 255 or 46.34% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #77720D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77720D is #888DF2. Grayscale: #686868. Windows color (decimal): -8949235 or 881271. OLE color: 881271.

HSL color Cylindrical-coordinate representation of color #77720D: hue angle of 57.17º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #77720D is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 114 13 -
CMYK 0 0.04 0.89 0.53
HSL 57.17º 0.8% 0.26% -
HSV(B) 57.17º 0.89% 0.47% -
XYZ 13.7 15.99 2.74 -
YUV 103.98 76.66 138.71 -
System Red Green Blue C M Y K H S L
Decimal 119 114 13 0 0.04 0.89 0.53 57.17 0.8 0.26
Hex 77 72 D 0 4 59 35 39 50 1A
Octal 167 162 15 0 4 131 65 71 120 32
Binary 1110111 1110010 1101 0 100 1011001 110101 111001 1010000 11010

Color Harmonies of #77720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77720D

Black with #77720D

Text Example


Text Example

White with #77720D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77720D; }

 p { color: rgb(119,114,13); }

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

background-color css

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

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

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

border-color css

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

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

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