#71817A

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

Shades of Sirocco #71817A

Tints of Sirocco #71817A

Color information

#71817A (or 0x71817A) is unknown color: approx Sirocco. HEX triplet: 71, 81 and 7A. RGB value is (113,129,122). Sum of RGB (Red+Green+Blue) = 113+129+122=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 129 - color contains mainly: green. Hex color #71817A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71817A is #8E7E85. Grayscale: #7B7B7B. Windows color (decimal): -9338502 or 8028529. OLE color: 8028529.

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

Color convert

RGB113129122-
CMYK0.1200.050.49
HSL153.75º6.61%47.45%-
HSV(B)153.75º12.4%50.59%-
XYZ18.1720.6221.43-
YUV123.42127.2120.57-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.04%
GREEN value IS 129 (50.78% from 255) = 35.44%
BLUE value IS 122 (48.05% from 255) = 33.52%
R=31.04%
G=35.44%
B=33.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1131291220.1200.050.49153.756.6147.45
Hex71817AC05319a72f
Octal161201172140561232757
Binary11100011000000111110101100010111000110011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71817A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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