#71877B

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

Shades of Sirocco #71877B

Tints of Sirocco #71877B

Color information

#71877B (or 0x71877B) is unknown color: approx Sirocco. HEX triplet: 71, 87 and 7B. RGB value is (113,135,123). Sum of RGB (Red+Green+Blue) = 113+135+123=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 135 - color contains mainly: green. Hex color #71877B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71877B is #8E7884. Grayscale: #7F7F7F. Windows color (decimal): -9336965 or 8095601. OLE color: 8095601.

HSL color Cylindrical-coordinate representation of color #71877B: hue angle of 147.27º 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 #71877B is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB113135123-
CMYK0.1600.090.47
HSL147.27º8.87%48.63%-
HSV(B)147.27º16.3%52.94%-
XYZ19.0522.2722.03-
YUV127.05125.71117.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.46%
GREEN value IS 135 (53.12% from 255) = 36.39%
BLUE value IS 123 (48.44% from 255) = 33.15%
R=30.46%
G=36.39%
B=33.15%

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
Decimal1131351230.1600.090.47147.278.8748.63
Hex71877B10092F93931
Octal16120717320011572231161
Binary11100011000011111110111000001001101111100100111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71877B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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