#71867A

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

Shades of Sirocco #71867A

Tints of Sirocco #71867A

Color information

#71867A (or 0x71867A) is unknown color: approx Sirocco. HEX triplet: 71, 86 and 7A. RGB value is (113,134,122). Sum of RGB (Red+Green+Blue) = 113+134+122=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 134 - color contains mainly: green. Hex color #71867A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71867A is #8E7985. Grayscale: #7E7E7E. Windows color (decimal): -9337222 or 8029809. OLE color: 8029809.

HSL color Cylindrical-coordinate representation of color #71867A: hue angle of 145.71º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #71867A is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB113134122-
CMYK0.1600.090.47
HSL145.71º8.5%48.43%-
HSV(B)145.71º15.67%52.55%-
XYZ18.8521.9721.66-
YUV126.35125.54118.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.62%
GREEN value IS 134 (52.73% from 255) = 36.31%
BLUE value IS 122 (48.05% from 255) = 33.06%
R=30.62%
G=36.31%
B=33.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131341220.1600.090.47145.718.548.43
Hex71867A10092F92930
Octal16120617220011572221160
Binary11100011000011011110101000001001101111100100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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