#71837B

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

Shades of Sirocco #71837B

Tints of Sirocco #71837B

Color information

#71837B (or 0x71837B) is unknown color: approx Sirocco. HEX triplet: 71, 83 and 7B. RGB value is (113,131,123). Sum of RGB (Red+Green+Blue) = 113+131+123=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 131 - color contains mainly: green. Hex color #71837B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71837B is #8E7C84. Grayscale: #7C7C7C. Windows color (decimal): -9337989 or 8094577. OLE color: 8094577.

HSL color Cylindrical-coordinate representation of color #71837B: hue angle of 153.33º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #71837B is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB113131123-
CMYK0.1400.060.49
HSL153.33º7.38%47.84%-
HSV(B)153.33º13.74%51.37%-
XYZ18.521.1721.85-
YUV124.71127.04119.65-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.79%
GREEN value IS 131 (51.56% from 255) = 35.69%
BLUE value IS 123 (48.44% from 255) = 33.51%
R=30.79%
G=35.69%
B=33.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1131311230.1400.060.49153.337.3847.84
Hex71837BE063199730
Octal161203173160661231760
Binary11100011000001111110111110011011000110011001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71837B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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