Html Css Color HEX #776A07 Olive

📋 copy color: '#776A07'

red 119 ◦ green 106 ◦ blue 7

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

Shades of Olive #776A07

Tints of Olive #776A07

RGB

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

 GREEN value IS 106 (41.8% from 255) = 45.69%

 BLUE value IS 7 (3.13% from 255) = 3.02%

R = 51.29%
G = 45.69%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#776A07 (or 0x776A07) is known color: Olive. HEX triplet: 77, 6A and 07. RGB value is (119,106,7). Sum of RGB (Red+Green+Blue) = 119+106+7=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 106 (41.80% from 255 or 45.69% from 232); Blue value is 7 (3.12% from 255 or 3.02% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #776A07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776A07 is #8895F8. Grayscale: #636363. Windows color (decimal): -8951289 or 486007. OLE color: 486007.

HSL color Cylindrical-coordinate representation of color #776A07: hue angle of 53.04º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #776A07 is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 106 7 -
CMYK 0 0.11 0.94 0.53
HSL 53.04º 0.89% 0.25% -
HSV(B) 53.04º 0.94% 0.47% -
XYZ 12.8 14.25 2.28 -
YUV 98.6 76.31 142.55 -
System Red Green Blue C M Y K H S L
Decimal 119 106 7 0 0.11 0.94 0.53 53.04 0.89 0.25
Hex 77 6A 7 0 B 5E 35 35 59 19
Octal 167 152 7 0 13 136 65 65 131 31
Binary 1110111 1101010 111 0 1011 1011110 110101 110101 1011001 11001

Color Harmonies of #776A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776A07

Black with #776A07

Text Example


Text Example

White with #776A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776A07; }

 p { color: rgb(119,106,7); }

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

background-color css

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

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

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

border-color css

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

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

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