Html Css Color HEX #727573 Sirocco

📋 copy color: '#727573'

red 114 ◦ green 117 ◦ blue 115

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

Shades of Sirocco #727573

Tints of Sirocco #727573

RGB

 RED value IS 114 (44.92% from 255) = 32.95%

 GREEN value IS 117 (46.09% from 255) = 33.82%

 BLUE value IS 115 (45.31% from 255) = 33.24%

R = 32.95%
G = 33.82%
B = 33.24%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#727573 (or 0x727573) is known color: Sirocco. HEX triplet: 72, 75 and 73. RGB value is (114,117,115). Sum of RGB (Red+Green+Blue) = 114+117+115=346 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.95% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 117 - color contains mainly: green. Hex color #727573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727573 is #8D8A8C. Grayscale: #737373. Windows color (decimal): -9276045 or 7566706. OLE color: 7566706.

HSL color Cylindrical-coordinate representation of color #727573: hue angle of 140º degrees, saturation: 0.01, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #727573 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 114 117 115 -
CMYK 0.03 0 0.02 0.54
HSL 140º 0.01% 0.45% -
HSV(B) 140º 0.03% 0.46% -
XYZ 16.4 17.54 18.74 -
YUV 115.88 127.51 126.66 -
System Red Green Blue C M Y K H S L
Decimal 114 117 115 0.03 0 0.02 0.54 140 0.01 0.45
Hex 72 75 73 3 0 2 36 8C 1 2D
Octal 162 165 163 3 0 2 66 214 1 55
Binary 1110010 1110101 1110011 11 0 10 110110 10001100 1 101101

Color Harmonies of #727573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727573

Black with #727573

Text Example


Text Example

White with #727573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727573; }

 p { color: rgb(114,117,115); }

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

background-color css

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

 a { background-color: rgb(114,117,115); }

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

border-color css

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

 span { border-color: rgb(114,117,115); }

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