#727B75

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

Shades of Sirocco #727B75

Tints of Sirocco #727B75

Color information

#727B75 (or 0x727B75) is unknown color: approx Sirocco. HEX triplet: 72, 7B and 75. RGB value is (114,123,117). Sum of RGB (Red+Green+Blue) = 114+123+117=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 123 - color contains mainly: green. Hex color #727B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727B75 is #8D848A. Grayscale: #777777. Windows color (decimal): -9274507 or 7699314. OLE color: 7699314.

HSL color Cylindrical-coordinate representation of color #727B75: hue angle of 140º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #727B75 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB114123117-
CMYK0.0700.050.52
HSL140º3.8%46.47%-
HSV(B)140º7.32%48.24%-
XYZ17.2319.0319.59-
YUV119.62126.52123.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.20%
GREEN value IS 123 (48.44% from 255) = 34.75%
BLUE value IS 117 (46.09% from 255) = 33.05%
R=32.20%
G=34.75%
B=33.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1141231170.0700.050.521403.846.47
Hex727B75705348c42e
Octal16217316570564214456
Binary111001011110111110101111010111010010001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727B75; }

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

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

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

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

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

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

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

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