#71877A

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

Shades of Sirocco #71877A

Tints of Sirocco #71877A

Color information

#71877A (or 0x71877A) is unknown color: approx Sirocco. HEX triplet: 71, 87 and 7A. RGB value is (113,135,122). Sum of RGB (Red+Green+Blue) = 113+135+122=370 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.54% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 135 - color contains mainly: green. Hex color #71877A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71877A is #8E7885. Grayscale: #7E7E7E. Windows color (decimal): -9336966 or 8030065. OLE color: 8030065.

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

Color convert

RGB113135122-
CMYK0.1600.100.47
HSL144.55º8.87%48.63%-
HSV(B)144.55º16.3%52.94%-
XYZ18.9922.2421.71-
YUV126.94125.21118.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.54%
GREEN value IS 135 (53.12% from 255) = 36.49%
BLUE value IS 122 (48.05% from 255) = 32.97%
R=30.54%
G=36.49%
B=32.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131351220.1600.100.47144.558.8748.63
Hex71877A100A2F91931
Octal16120717220012572211161
Binary11100011000011111110101000001010101111100100011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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