#727774

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

Shades of Sirocco #727774

Tints of Sirocco #727774

Color information

#727774 (or 0x727774) is unknown color: approx Sirocco. HEX triplet: 72, 77 and 74. RGB value is (114,119,116). Sum of RGB (Red+Green+Blue) = 114+119+116=349 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.66% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 119 - color contains mainly: green. Hex color #727774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727774 is #8D888B. Grayscale: #757575. Windows color (decimal): -9275532 or 7632754. OLE color: 7632754.

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

Color convert

RGB114119116-
CMYK0.0400.030.53
HSL144º2.15%45.69%-
HSV(B)144º4.2%46.67%-
XYZ16.6918.0319.12-
YUV117.16127.34125.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.66%
GREEN value IS 119 (46.88% from 255) = 34.10%
BLUE value IS 116 (45.70% from 255) = 33.24%
R=32.66%
G=34.10%
B=33.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1141191160.0400.030.531442.1545.69
Hex727774403359022e
Octal16216716440365220256
Binary1110010111011111101001000111101011001000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727774; }

 p { color: rgb(114,119,116); }

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

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

 a { background-color: rgb(114,119,116); }

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

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

 span { border-color: rgb(114,119,116); }

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