#777711

Color #777711 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #777711

Tints of Olive #777711

Color information

#777711 (or 0x777711) is unknown color: approx Olive. HEX triplet: 77, 77 and 11. RGB value is (119,119,17). Sum of RGB (Red+Green+Blue) = 119+119+17=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 119 (46.88% from 255 or 46.67% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777711 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777711 is #8888EE. Grayscale: #6B6B6B. Windows color (decimal): -8947951 or 1144695. OLE color: 1144695.

HSL color Cylindrical-coordinate representation of color #777711: hue angle of 60º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #777711 is Cyan = 0, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB11911917-
CMYK000.860.53
HSL60º75%26.67%-
HSV(B)60º85.71%46.67%-
XYZ14.3117.163.09-
YUV107.3777136.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.67%
GREEN value IS 119 (46.88% from 255) = 46.67%
BLUE value IS 17 (7.03% from 255) = 6.67%
R=46.67%
G=46.67%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911917000.860.53607526.67
Hex7777110056353c4b1b
Octal1671672100126657411333
Binary1110111111011110001001010110110101111100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777711; }

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

 H1.HeaderClassName
 {
   color: #777711;
 }
 .AnyTagClassName
 {
   color: #777711;
 }
</style>
background-color css

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

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

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

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

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

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