#60776A

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

Shades of Sirocco #60776A

Tints of Sirocco #60776A

Color information

#60776A (or 0x60776A) is unknown color: approx Sirocco. HEX triplet: 60, 77 and 6A. RGB value is (96,119,106). Sum of RGB (Red+Green+Blue) = 96+119+106=321 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.91% from 321); Green value is 119 (46.88% from 255 or 37.07% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 119 - color contains mainly: green. Hex color #60776A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60776A is #9F8895. Grayscale: #6E6E6E. Windows color (decimal): -10455190 or 6977376. OLE color: 6977376.

HSL color Cylindrical-coordinate representation of color #60776A: hue angle of 146.09º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #60776A is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB96119106-
CMYK0.1900.110.53
HSL146.09º10.7%42.16%-
HSV(B)146.09º19.33%46.67%-
XYZ14.0216.7216.12-
YUV110.64125.38117.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.91%
GREEN value IS 119 (46.88% from 255) = 37.07%
BLUE value IS 106 (41.80% from 255) = 33.02%
R=29.91%
G=37.07%
B=33.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal961191060.1900.110.53146.0910.742.16
Hex60776A130B3592b2a
Octal14016715223013652221352
Binary1100000111011111010101001101011110101100100101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60776A; }

 p { color: rgb(96,119,106); }

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

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

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

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

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

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

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