Html Css Color HEX #60726A Sirocco

📋 copy color: '#60726A'

red 96 ◦ green 114 ◦ blue 106

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

Shades of Sirocco #60726A

Tints of Sirocco #60726A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.08%

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

R = 30.38%
G = 36.08%
B = 33.54%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#60726A (or 0x60726A) is known color: Sirocco. HEX triplet: 60, 72 and 6A. RGB value is (96,114,106). Sum of RGB (Red+Green+Blue) = 96+114+106=316 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.38% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 114 - color contains mainly: green. Hex color #60726A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60726A is #9F8D95. Grayscale: #6B6B6B. Windows color (decimal): -10456470 or 6976096. OLE color: 6976096.

HSL color Cylindrical-coordinate representation of color #60726A: hue angle of 153.33º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #60726A is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 114 106 -
CMYK 0.16 0 0.07 0.55
HSL 153.33º 0.09% 0.41% -
HSV(B) 153.33º 0.16% 0.45% -
XYZ 13.44 15.56 15.93 -
YUV 107.71 127.04 119.65 -
System Red Green Blue C M Y K H S L
Decimal 96 114 106 0.16 0 0.07 0.55 153.33 0.09 0.41
Hex 60 72 6A 10 0 7 37 99 9 29
Octal 140 162 152 20 0 7 67 231 11 51
Binary 1100000 1110010 1101010 10000 0 111 110111 10011001 1001 101001

Color Harmonies of #60726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60726A

Black with #60726A

Text Example


Text Example

White with #60726A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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