#72827B

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

Shades of Sirocco #72827B

Tints of Sirocco #72827B

Color information

#72827B (or 0x72827B) is unknown color: approx Sirocco. HEX triplet: 72, 82 and 7B. RGB value is (114,130,123). Sum of RGB (Red+Green+Blue) = 114+130+123=367 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.06% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 130 - color contains mainly: green. Hex color #72827B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72827B is #8D7D84. Grayscale: #7C7C7C. Windows color (decimal): -9272709 or 8094322. OLE color: 8094322.

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

Color convert

RGB114130123-
CMYK0.1200.050.49
HSL153.75º6.56%47.84%-
HSV(B)153.75º12.31%50.98%-
XYZ18.520.9721.81-
YUV124.42127.2120.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.06%
GREEN value IS 130 (51.17% from 255) = 35.42%
BLUE value IS 123 (48.44% from 255) = 33.51%
R=31.06%
G=35.42%
B=33.51%

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
Decimal1141301230.1200.050.49153.756.5647.84
Hex72827BC05319a730
Octal162202173140561232760
Binary11100101000001011110111100010111000110011010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72827B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,130,123); }

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

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

 a { background-color: rgb(114,130,123); }

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

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

 span { border-color: rgb(114,130,123); }

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