Html Css Color HEX #60776C Sirocco

📋 copy color: '#60776C'

red 96 ◦ green 119 ◦ blue 108

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

Shades of Sirocco #60776C

Tints of Sirocco #60776C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.84%

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

R = 29.72%
G = 36.84%
B = 33.44%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#60776C (or 0x60776C) is known color: Sirocco. HEX triplet: 60, 77 and 6C. RGB value is (96,119,108). Sum of RGB (Red+Green+Blue) = 96+119+108=323 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.72% from 323); Green value is 119 (46.88% from 255 or 36.84% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 119 - color contains mainly: green. Hex color #60776C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60776C is #9F8893. Grayscale: #6E6E6E. Windows color (decimal): -10455188 or 7108448. OLE color: 7108448.

HSL color Cylindrical-coordinate representation of color #60776C: hue angle of 151.3º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #60776C is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 119 108 -
CMYK 0.19 0 0.09 0.53
HSL 151.3º 0.11% 0.42% -
HSV(B) 151.3º 0.19% 0.47% -
XYZ 14.13 16.76 16.68 -
YUV 110.87 126.38 117.39 -
System Red Green Blue C M Y K H S L
Decimal 96 119 108 0.19 0 0.09 0.53 151.3 0.11 0.42
Hex 60 77 6C 13 0 9 35 97 B 2A
Octal 140 167 154 23 0 11 65 227 13 52
Binary 1100000 1110111 1101100 10011 0 1001 110101 10010111 1011 101010

Color Harmonies of #60776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60776C

Black with #60776C

Text Example


Text Example

White with #60776C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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