#71827A

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

Shades of Sirocco #71827A

Tints of Sirocco #71827A

Color information

#71827A (or 0x71827A) is unknown color: approx Sirocco. HEX triplet: 71, 82 and 7A. RGB value is (113,130,122). Sum of RGB (Red+Green+Blue) = 113+130+122=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 130 - color contains mainly: green. Hex color #71827A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71827A is #8E7D85. Grayscale: #7C7C7C. Windows color (decimal): -9338246 or 8028785. OLE color: 8028785.

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

Color convert

RGB113130122-
CMYK0.1300.060.49
HSL151.76º7%47.65%-
HSV(B)151.76º13.08%50.98%-
XYZ18.3120.8821.48-
YUV124.01126.87120.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.96%
GREEN value IS 130 (51.17% from 255) = 35.62%
BLUE value IS 122 (48.05% from 255) = 33.42%
R=30.96%
G=35.62%
B=33.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1131301220.1300.060.49151.76747.65
Hex71827AD063198730
Octal161202172150661230760
Binary11100011000001011110101101011011000110011000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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