Html Css Color HEX #60776A Sirocco

📋 copy color: '#60776A'

red 96 ◦ green 119 ◦ blue 106

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

Shades of Sirocco #60776A

Tints of Sirocco #60776A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.02%

R = 29.91%
G = 37.07%
B = 33.02%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#60776A (or 0x60776A) is known color: Sirocco. HEX triplet: 60, 77 and 6A. RGB value is (96,119,106). Sum of RGB (Red+Green+Blue) = 96+119+106=321 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.91% from 321); Green value is 119 (46.88% from 255 or 37.07% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 119 - color contains mainly: green. Hex color #60776A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60776A is #9F8895. Grayscale: #6E6E6E. Windows color (decimal): -10455190 or 6977376. OLE color: 6977376.

HSL color Cylindrical-coordinate representation of color #60776A: hue angle of 146.09º 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 #60776A is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 119 106 -
CMYK 0.19 0 0.11 0.53
HSL 146.09º 0.11% 0.42% -
HSV(B) 146.09º 0.19% 0.47% -
XYZ 14.02 16.72 16.12 -
YUV 110.64 125.38 117.56 -
System Red Green Blue C M Y K H S L
Decimal 96 119 106 0.19 0 0.11 0.53 146.09 0.11 0.42
Hex 60 77 6A 13 0 B 35 92 B 2A
Octal 140 167 152 23 0 13 65 222 13 52
Binary 1100000 1110111 1101010 10011 0 1011 110101 10010010 1011 101010

Color Harmonies of #60776A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60776A

Black with #60776A

Text Example


Text Example

White with #60776A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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