#60786A

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

Shades of Sirocco #60786A

Tints of Sirocco #60786A

Color information

#60786A (or 0x60786A) is unknown color: approx Sirocco. HEX triplet: 60, 78 and 6A. RGB value is (96,120,106). Sum of RGB (Red+Green+Blue) = 96+120+106=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 120 - color contains mainly: green. Hex color #60786A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60786A is #9F8795. Grayscale: #6F6F6F. Windows color (decimal): -10454934 or 6977632. OLE color: 6977632.

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

Color convert

RGB96120106-
CMYK0.200.120.53
HSL145º11.11%42.35%-
HSV(B)145º20%47.06%-
XYZ14.1416.9616.16-
YUV111.23125.05117.14-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.81%
GREEN value IS 120 (47.27% from 255) = 37.27%
BLUE value IS 106 (41.80% from 255) = 32.92%
R=29.81%
G=37.27%
B=32.92%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal961201060.200.120.5314511.1142.35
Hex60786A140C3591b2a
Octal14017015224014652211352
Binary1100000111100011010101010001100110101100100011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60786A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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