Html Css Color HEX #776B07 Olive

📋 copy color: '#776B07'

red 119 ◦ green 107 ◦ blue 7

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

Shades of Olive #776B07

Tints of Olive #776B07

RGB

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

 GREEN value IS 107 (42.19% from 255) = 45.92%

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

R = 51.07%
G = 45.92%
B = 3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#776B07 (or 0x776B07) is known color: Olive. HEX triplet: 77, 6B and 07. RGB value is (119,107,7). Sum of RGB (Red+Green+Blue) = 119+107+7=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 107 (42.19% from 255 or 45.92% from 233); Blue value is 7 (3.12% from 255 or 3.00% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #776B07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776B07 is #8894F8. Grayscale: #636363. Windows color (decimal): -8951033 or 486263. OLE color: 486263.

HSL color Cylindrical-coordinate representation of color #776B07: hue angle of 53.57º 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 #776B07 is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 107 7 -
CMYK 0 0.10 0.94 0.53
HSL 53.57º 0.89% 0.25% -
HSV(B) 53.57º 0.94% 0.47% -
XYZ 12.9 14.45 2.31 -
YUV 99.19 75.98 142.13 -
System Red Green Blue C M Y K H S L
Decimal 119 107 7 0 0.10 0.94 0.53 53.57 0.89 0.25
Hex 77 6B 7 0 A 5E 35 36 59 19
Octal 167 153 7 0 12 136 65 66 131 31
Binary 1110111 1101011 111 0 1010 1011110 110101 110110 1011001 11001

Color Harmonies of #776B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776B07

Black with #776B07

Text Example


Text Example

White with #776B07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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