Html Css Color HEX #777707 Olive

📋 copy color: '#777707'

red 119 ◦ green 119 ◦ blue 7

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

Shades of Olive #777707

Tints of Olive #777707

RGB

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

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

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

R = 48.57%
G = 48.57%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#777707 (or 0x777707) is known color: Olive. HEX triplet: 77, 77 and 07. RGB value is (119,119,7). Sum of RGB (Red+Green+Blue) = 119+119+7=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 119 (46.88% from 255 or 48.57% from 245); Blue value is 7 (3.12% from 255 or 2.86% from 245); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777707 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777707 is #8888F8. Grayscale: #6A6A6A. Windows color (decimal): -8947961 or 489335. OLE color: 489335.

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

Color convert

RGB 119 119 7 -
CMYK 0 0 0.94 0.53
HSL 60º 0.89% 0.25% -
HSV(B) 60º 0.94% 0.47% -
XYZ 14.24 17.13 2.76 -
YUV 106.23 72 137.11 -
System Red Green Blue C M Y K H S L
Decimal 119 119 7 0 0 0.94 0.53 60 0.89 0.25
Hex 77 77 7 0 0 5E 35 3C 59 19
Octal 167 167 7 0 0 136 65 74 131 31
Binary 1110111 1110111 111 0 0 1011110 110101 111100 1011001 11001

Color Harmonies of #777707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777707

Black with #777707

Text Example


Text Example

White with #777707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777707; }

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

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

background-color css

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

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

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

border-color css

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

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

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