Html Css Color HEX #60786A Sirocco

📋 copy color: '#60786A'

red 96 ◦ green 120 ◦ blue 106

#60786A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sirocco #60786A

Tints of Sirocco #60786A

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.8% from 255) = 32.92%

R = 29.81%
G = 37.27%
B = 32.92%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#60786A (or 0x60786A) is known color: 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

RGB 96 120 106 -
CMYK 0.2 0 0.12 0.53
HSL 145º 0.11% 0.42% -
HSV(B) 145º 0.2% 0.47% -
XYZ 14.14 16.96 16.16 -
YUV 111.23 125.05 117.14 -
System Red Green Blue C M Y K H S L
Decimal 96 120 106 0.2 0 0.12 0.53 145 0.11 0.42
Hex 60 78 6A 14 0 C 35 91 B 2A
Octal 140 170 152 24 0 14 65 221 13 52
Binary 1100000 1111000 1101010 10100 0 1100 110101 10010001 1011 101010

Color Harmonies of #60786A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60786A

Black with #60786A

Text Example


Text Example

White with #60786A

Text Example


Text Example

HTML Codes & Css Web 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>