Html Css Color HEX #60766C Sirocco

📋 copy color: '#60766C'

red 96 ◦ green 118 ◦ blue 108

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

Shades of Sirocco #60766C

Tints of Sirocco #60766C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.65%

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

R = 29.81%
G = 36.65%
B = 33.54%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#60766C (or 0x60766C) is known color: Sirocco. HEX triplet: 60, 76 and 6C. RGB value is (96,118,108). Sum of RGB (Red+Green+Blue) = 96+118+108=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 118 - color contains mainly: green. Hex color #60766C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60766C is #9F8993. Grayscale: #6E6E6E. Windows color (decimal): -10455444 or 7108192. OLE color: 7108192.

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

Color convert

RGB 96 118 108 -
CMYK 0.19 0 0.08 0.54
HSL 152.73º 0.1% 0.42% -
HSV(B) 152.73º 0.19% 0.46% -
XYZ 14.01 16.53 16.64 -
YUV 110.28 126.71 117.81 -
System Red Green Blue C M Y K H S L
Decimal 96 118 108 0.19 0 0.08 0.54 152.73 0.1 0.42
Hex 60 76 6C 13 0 8 36 99 A 2A
Octal 140 166 154 23 0 10 66 231 12 52
Binary 1100000 1110110 1101100 10011 0 1000 110110 10011001 1010 101010

Color Harmonies of #60766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60766C

Black with #60766C

Text Example


Text Example

White with #60766C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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