Html Css Color HEX #60756C Sirocco

📋 copy color: '#60756C'

red 96 ◦ green 117 ◦ blue 108

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

Shades of Sirocco #60756C

Tints of Sirocco #60756C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.45%

 BLUE value IS 108 (42.58% from 255) = 33.64%

R = 29.91%
G = 36.45%
B = 33.64%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#60756C (or 0x60756C) is known color: Sirocco. HEX triplet: 60, 75 and 6C. RGB value is (96,117,108). Sum of RGB (Red+Green+Blue) = 96+117+108=321 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.91% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 117 - color contains mainly: green. Hex color #60756C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60756C is #9F8A93. Grayscale: #6D6D6D. Windows color (decimal): -10455700 or 7107936. OLE color: 7107936.

HSL color Cylindrical-coordinate representation of color #60756C: hue angle of 154.29º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #60756C is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 117 108 -
CMYK 0.18 0 0.08 0.54
HSL 154.29º 0.1% 0.42% -
HSV(B) 154.29º 0.18% 0.46% -
XYZ 13.89 16.29 16.6 -
YUV 109.7 127.04 118.23 -
System Red Green Blue C M Y K H S L
Decimal 96 117 108 0.18 0 0.08 0.54 154.29 0.1 0.42
Hex 60 75 6C 12 0 8 36 9A A 2A
Octal 140 165 154 22 0 10 66 232 12 52
Binary 1100000 1110101 1101100 10010 0 1000 110110 10011010 1010 101010

Color Harmonies of #60756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60756C

Black with #60756C

Text Example


Text Example

White with #60756C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60756C; }

 p { color: rgb(96,117,108); }

 H1.HeaderClassName
 {
   color: #60756C;
 }
 .AnyTagClassName
 {
   color: #60756C;
 }
</style>

background-color css

<style>
 a { background-color: #60756C; }

 a { background-color: rgb(96,117,108); }

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

border-color css

<style>
 span { border-color: #60756C; }

 span { border-color: rgb(96,117,108); }

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