Html Css Color HEX #60756B Sirocco

📋 copy color: '#60756B'

red 96 ◦ green 117 ◦ blue 107

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

Shades of Sirocco #60756B

Tints of Sirocco #60756B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.44%

R = 30%
G = 36.56%
B = 33.44%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#60756B (or 0x60756B) is known color: Sirocco. HEX triplet: 60, 75 and 6B. RGB value is (96,117,107). Sum of RGB (Red+Green+Blue) = 96+117+107=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 117 - color contains mainly: green. Hex color #60756B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60756B is #9F8A94. Grayscale: #6D6D6D. Windows color (decimal): -10455701 or 7042400. OLE color: 7042400.

HSL color Cylindrical-coordinate representation of color #60756B: hue angle of 151.43º 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 #60756B is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 117 107 -
CMYK 0.18 0 0.09 0.54
HSL 151.43º 0.1% 0.42% -
HSV(B) 151.43º 0.18% 0.46% -
XYZ 13.84 16.27 16.32 -
YUV 109.58 126.54 118.31 -
System Red Green Blue C M Y K H S L
Decimal 96 117 107 0.18 0 0.09 0.54 151.43 0.1 0.42
Hex 60 75 6B 12 0 9 36 97 A 2A
Octal 140 165 153 22 0 11 66 227 12 52
Binary 1100000 1110101 1101011 10010 0 1001 110110 10010111 1010 101010

Color Harmonies of #60756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60756B

Black with #60756B

Text Example


Text Example

White with #60756B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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