Html Css Color HEX #77720A Olive

📋 copy color: '#77720A'

red 119 ◦ green 114 ◦ blue 10

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

Shades of Olive #77720A

Tints of Olive #77720A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.12%

R = 48.97%
G = 46.91%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#77720A (or 0x77720A) is known color: Olive. HEX triplet: 77, 72 and 0A. RGB value is (119,114,10). Sum of RGB (Red+Green+Blue) = 119+114+10=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 114 (44.92% from 255 or 46.91% from 243); Blue value is 10 (4.30% from 255 or 4.12% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #77720A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77720A is #888DF5. Grayscale: #686868. Windows color (decimal): -8949238 or 684663. OLE color: 684663.

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

Color convert

RGB 119 114 10 -
CMYK 0 0.04 0.92 0.53
HSL 57.25º 0.84% 0.25% -
HSV(B) 57.25º 0.92% 0.47% -
XYZ 13.68 15.98 2.65 -
YUV 103.64 75.16 138.96 -
System Red Green Blue C M Y K H S L
Decimal 119 114 10 0 0.04 0.92 0.53 57.25 0.84 0.25
Hex 77 72 A 0 4 5C 35 39 54 19
Octal 167 162 12 0 4 134 65 71 124 31
Binary 1110111 1110010 1010 0 100 1011100 110101 111001 1010100 11001

Color Harmonies of #77720A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77720A

Black with #77720A

Text Example


Text Example

White with #77720A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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