#60776B

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

Shades of Sirocco #60776B

Tints of Sirocco #60776B

Color information

#60776B (or 0x60776B) is unknown color: approx Sirocco. HEX triplet: 60, 77 and 6B. RGB value is (96,119,107). Sum of RGB (Red+Green+Blue) = 96+119+107=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 119 - color contains mainly: green. Hex color #60776B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60776B is #9F8894. Grayscale: #6E6E6E. Windows color (decimal): -10455189 or 7042912. OLE color: 7042912.

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

Color convert

RGB96119107-
CMYK0.1900.100.53
HSL148.7º10.7%42.16%-
HSV(B)148.7º19.33%46.67%-
XYZ14.0716.7416.4-
YUV110.76125.88117.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.81%
GREEN value IS 119 (46.88% from 255) = 36.96%
BLUE value IS 107 (42.19% from 255) = 33.23%
R=29.81%
G=36.96%
B=33.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal961191070.1900.100.53148.710.742.16
Hex60776B130A3595b2a
Octal14016715323012652251352
Binary1100000111011111010111001101010110101100101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60776B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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