Html Css Color HEX #60776B Sirocco

📋 copy color: '#60776B'

red 96 ◦ green 119 ◦ blue 107

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

Shades of Sirocco #60776B

Tints of Sirocco #60776B

RGB

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

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

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

R = 29.81%
G = 36.96%
B = 33.23%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#60776B (or 0x60776B) is known color: Sirocco. HEX triplet: 60, 77 and 6B. RGB value is (96,119,107). Sum of RGB (Red+Green+Blue) = 96+119+107=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 119 - color contains mainly: green. Hex color #60776B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60776B is #9F8894. Grayscale: #6E6E6E. Windows color (decimal): -10455189 or 7042912. OLE color: 7042912.

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

Color convert

RGB 96 119 107 -
CMYK 0.19 0 0.10 0.53
HSL 148.7º 0.11% 0.42% -
HSV(B) 148.7º 0.19% 0.47% -
XYZ 14.07 16.74 16.4 -
YUV 110.76 125.88 117.48 -
System Red Green Blue C M Y K H S L
Decimal 96 119 107 0.19 0 0.10 0.53 148.7 0.11 0.42
Hex 60 77 6B 13 0 A 35 95 B 2A
Octal 140 167 153 23 0 12 65 225 13 52
Binary 1100000 1110111 1101011 10011 0 1010 110101 10010101 1011 101010

Color Harmonies of #60776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60776B

Black with #60776B

Text Example


Text Example

White with #60776B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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