#71847B

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

Shades of Sirocco #71847B

Tints of Sirocco #71847B

Color information

#71847B (or 0x71847B) is unknown color: approx Sirocco. HEX triplet: 71, 84 and 7B. RGB value is (113,132,123). Sum of RGB (Red+Green+Blue) = 113+132+123=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 132 - color contains mainly: green. Hex color #71847B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71847B is #8E7B84. Grayscale: #7D7D7D. Windows color (decimal): -9337733 or 8094833. OLE color: 8094833.

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

Color convert

RGB113132123-
CMYK0.1400.070.48
HSL151.58º7.76%48.04%-
HSV(B)151.58º14.39%51.76%-
XYZ18.6421.4421.9-
YUV125.29126.71119.23-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.71%
GREEN value IS 132 (51.95% from 255) = 35.87%
BLUE value IS 123 (48.44% from 255) = 33.42%
R=30.71%
G=35.87%
B=33.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1131321230.1400.070.48151.587.7648.04
Hex71847BE073098830
Octal1612041731607602301060
Binary111000110000100111101111100111110000100110001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71847B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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