#727875

Color #727875 Sirocco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sirocco #727875

Tints of Sirocco #727875

Color information

#727875 (or 0x727875) is unknown color: approx Sirocco. HEX triplet: 72, 78 and 75. RGB value is (114,120,117). Sum of RGB (Red+Green+Blue) = 114+120+117=351 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.48% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 120 - color contains mainly: green. Hex color #727875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727875 is #8D878A. Grayscale: #757575. Windows color (decimal): -9275275 or 7698546. OLE color: 7698546.

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

Color convert

RGB114120117-
CMYK0.0500.020.53
HSL150º2.56%45.88%-
HSV(B)150º5%47.06%-
XYZ16.8718.2919.47-
YUV117.86127.51125.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.48%
GREEN value IS 120 (47.27% from 255) = 34.19%
BLUE value IS 117 (46.09% from 255) = 33.33%
R=32.48%
G=34.19%
B=33.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1141201170.0500.020.531502.5645.88
Hex727875502359632e
Octal16217016550265226356
Binary1110010111100011101011010101101011001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727875; }

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

 H1.HeaderClassName
 {
   color: #727875;
 }
 .AnyTagClassName
 {
   color: #727875;
 }
</style>
background-color css

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

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

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

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

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

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