Html Css Color HEX #777407 Olive

📋 copy color: '#777407'

red 119 ◦ green 116 ◦ blue 7

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

Shades of Olive #777407

Tints of Olive #777407

RGB

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

 GREEN value IS 116 (45.7% from 255) = 47.93%

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

R = 49.17%
G = 47.93%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#777407 (or 0x777407) is known color: Olive. HEX triplet: 77, 74 and 07. RGB value is (119,116,7). Sum of RGB (Red+Green+Blue) = 119+116+7=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 116 (45.70% from 255 or 47.93% from 242); Blue value is 7 (3.12% from 255 or 2.89% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #777407 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777407 is #888BF8. Grayscale: #686868. Windows color (decimal): -8948729 or 488567. OLE color: 488567.

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

Color convert

RGB 119 116 7 -
CMYK 0 0.03 0.94 0.53
HSL 58.39º 0.89% 0.25% -
HSV(B) 58.39º 0.94% 0.47% -
XYZ 13.89 16.43 2.64 -
YUV 104.47 72.99 138.36 -
System Red Green Blue C M Y K H S L
Decimal 119 116 7 0 0.03 0.94 0.53 58.39 0.89 0.25
Hex 77 74 7 0 3 5E 35 3A 59 19
Octal 167 164 7 0 3 136 65 72 131 31
Binary 1110111 1110100 111 0 11 1011110 110101 111010 1011001 11001

Color Harmonies of #777407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777407

Black with #777407

Text Example


Text Example

White with #777407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777407; }

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

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

background-color css

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

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

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

border-color css

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

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

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