#777326

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

Shades of Olivetone #777326

Tints of Olivetone #777326

Color information

#777326 (or 0x777326) is unknown color: approx Olivetone. HEX triplet: 77, 73 and 26. RGB value is (119,115,38). Sum of RGB (Red+Green+Blue) = 119+115+38=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 115 (45.31% from 255 or 42.28% from 272); Blue value is 38 (15.23% from 255 or 13.97% from 272); Max value from RGB is 119 - color contains mainly: red. Hex color #777326 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777326 is #888CD9. Grayscale: #6B6B6B. Windows color (decimal): -8948954 or 2519927. OLE color: 2519927.

HSL color Cylindrical-coordinate representation of color #777326: hue angle of 57.04º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #777326 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.53.

Color convert

RGB11911538-
CMYK00.030.680.53
HSL57.04º51.59%30.78%-
HSV(B)57.04º68.07%46.67%-
XYZ14.0916.324.24-
YUV107.4288.83136.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.75%
GREEN value IS 115 (45.31% from 255) = 42.28%
BLUE value IS 38 (15.23% from 255) = 13.97%
R=43.75%
G=42.28%
B=13.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191153800.030.680.5357.0451.5930.78
Hex77732603443539341f
Octal167163460310465716437
Binary11101111110011100110011100010011010111100111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777326; }

 p { color: rgb(119,115,38); }

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

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

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

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

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

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

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