#717974

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

Shades of Sirocco #717974

Tints of Sirocco #717974

Color information

#717974 (or 0x717974) is unknown color: approx Sirocco. HEX triplet: 71, 79 and 74. RGB value is (113,121,116). Sum of RGB (Red+Green+Blue) = 113+121+116=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 121 - color contains mainly: green. Hex color #717974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717974 is #8E868B. Grayscale: #767676. Windows color (decimal): -9340556 or 7633265. OLE color: 7633265.

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

Color convert

RGB113121116-
CMYK0.0700.040.53
HSL142.5º3.42%45.88%-
HSV(B)142.5º6.61%47.45%-
XYZ16.818.4519.2-
YUV118.04126.85124.41-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.29%
GREEN value IS 121 (47.66% from 255) = 34.57%
BLUE value IS 116 (45.70% from 255) = 33.14%
R=32.29%
G=34.57%
B=33.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1131211160.0700.040.53142.53.4245.88
Hex717974704358e32e
Octal16117116470465216356
Binary11100011111001111010011101001101011000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717974; }

 p { color: rgb(113,121,116); }

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

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

 a { background-color: rgb(113,121,116); }

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

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

 span { border-color: rgb(113,121,116); }

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