Html Css Color HEX #60786D Sirocco

📋 copy color: '#60786D'

red 96 ◦ green 120 ◦ blue 109

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

Shades of Sirocco #60786D

Tints of Sirocco #60786D

RGB

 RED value IS 96 (37.89% from 255) = 29.54%

 GREEN value IS 120 (47.27% from 255) = 36.92%

 BLUE value IS 109 (42.97% from 255) = 33.54%

R = 29.54%
G = 36.92%
B = 33.54%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#60786D (or 0x60786D) is known color: Sirocco. HEX triplet: 60, 78 and 6D. RGB value is (96,120,109). Sum of RGB (Red+Green+Blue) = 96+120+109=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 120 - color contains mainly: green. Hex color #60786D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60786D is #9F8792. Grayscale: #6F6F6F. Windows color (decimal): -10454931 or 7174240. OLE color: 7174240.

HSL color Cylindrical-coordinate representation of color #60786D: hue angle of 152.5º 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 #60786D is Cyan = 0.2, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 120 109 -
CMYK 0.2 0 0.09 0.53
HSL 152.5º 0.11% 0.42% -
HSV(B) 152.5º 0.2% 0.47% -
XYZ 14.3 17.02 17 -
YUV 111.57 126.55 116.89 -
System Red Green Blue C M Y K H S L
Decimal 96 120 109 0.2 0 0.09 0.53 152.5 0.11 0.42
Hex 60 78 6D 14 0 9 35 98 B 2A
Octal 140 170 155 24 0 11 65 230 13 52
Binary 1100000 1111000 1101101 10100 0 1001 110101 10011000 1011 101010

Color Harmonies of #60786D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60786D

Black with #60786D

Text Example


Text Example

White with #60786D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #60786D;
 }
 .AnyTagClassName
 {
   color: #60786D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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