#71857A

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

Shades of Sirocco #71857A

Tints of Sirocco #71857A

Color information

#71857A (or 0x71857A) is unknown color: approx Sirocco. HEX triplet: 71, 85 and 7A. RGB value is (113,133,122). Sum of RGB (Red+Green+Blue) = 113+133+122=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 133 - color contains mainly: green. Hex color #71857A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71857A is #8E7A85. Grayscale: #7D7D7D. Windows color (decimal): -9337478 or 8029553. OLE color: 8029553.

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

Color convert

RGB113133122-
CMYK0.1500.080.48
HSL147º8.13%48.24%-
HSV(B)147º15.04%52.16%-
XYZ18.7121.6921.61-
YUV125.77125.87118.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.71%
GREEN value IS 133 (52.34% from 255) = 36.14%
BLUE value IS 122 (48.05% from 255) = 33.15%
R=30.71%
G=36.14%
B=33.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1131331220.1500.080.481478.1348.24
Hex71857AF083093830
Octal16120517217010602231060
Binary1110001100001011111010111101000110000100100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71857A; }

 p { color: rgb(113,133,122); }

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

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

 a { background-color: rgb(113,133,122); }

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

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

 span { border-color: rgb(113,133,122); }

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