#718479

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

Shades of Sirocco #718479

Tints of Sirocco #718479

Color information

#718479 (or 0x718479) is unknown color: approx Sirocco. HEX triplet: 71, 84 and 79. RGB value is (113,132,121). Sum of RGB (Red+Green+Blue) = 113+132+121=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 132 - color contains mainly: green. Hex color #718479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718479 is #8E7B86. Grayscale: #7D7D7D. Windows color (decimal): -9337735 or 7963761. OLE color: 7963761.

HSL color Cylindrical-coordinate representation of color #718479: hue angle of 145.26º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #718479 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB113132121-
CMYK0.1400.080.48
HSL145.26º7.76%48.04%-
HSV(B)145.26º14.39%51.76%-
XYZ18.5121.3921.24-
YUV125.06125.71119.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.87%
GREEN value IS 132 (51.95% from 255) = 36.07%
BLUE value IS 121 (47.66% from 255) = 33.06%
R=30.87%
G=36.07%
B=33.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1131321210.1400.080.48145.267.7648.04
Hex718479E083091830
Octal16120417116010602211060
Binary1110001100001001111001111001000110000100100011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718479; }

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

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

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

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

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

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

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

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