#71857B

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

Shades of Sirocco #71857B

Tints of Sirocco #71857B

Color information

#71857B (or 0x71857B) is unknown color: approx Sirocco. HEX triplet: 71, 85 and 7B. RGB value is (113,133,123). Sum of RGB (Red+Green+Blue) = 113+133+123=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 133 - color contains mainly: green. Hex color #71857B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71857B is #8E7A84. Grayscale: #7D7D7D. Windows color (decimal): -9337477 or 8095089. OLE color: 8095089.

HSL color Cylindrical-coordinate representation of color #71857B: hue angle of 150º 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 #71857B is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB113133123-
CMYK0.1500.080.48
HSL150º8.13%48.24%-
HSV(B)150º15.04%52.16%-
XYZ18.7721.7221.94-
YUV125.88126.37118.81-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.62%
GREEN value IS 133 (52.34% from 255) = 36.04%
BLUE value IS 123 (48.44% from 255) = 33.33%
R=30.62%
G=36.04%
B=33.33%

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
Decimal1131331230.1500.080.481508.1348.24
Hex71857BF083096830
Octal16120517317010602261060
Binary1110001100001011111011111101000110000100101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71857B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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