#6A7872

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

Shades of Sirocco #6A7872

Tints of Sirocco #6A7872

Color information

#6A7872 (or 0x6A7872) is unknown color: approx Sirocco. HEX triplet: 6A, 78 and 72. RGB value is (106,120,114). Sum of RGB (Red+Green+Blue) = 106+120+114=340 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.18% from 340); Green value is 120 (47.27% from 255 or 35.29% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 120 - color contains mainly: green. Hex color #6A7872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7872 is #95878D. Grayscale: #737373. Windows color (decimal): -9799566 or 7501930. OLE color: 7501930.

HSL color Cylindrical-coordinate representation of color #6A7872: hue angle of 154.29º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6A7872 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB106120114-
CMYK0.1200.050.53
HSL154.29º6.19%44.31%-
HSV(B)154.29º11.67%47.06%-
XYZ15.717.7118.51-
YUV115.13127.36121.49-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.18%
GREEN value IS 120 (47.27% from 255) = 35.29%
BLUE value IS 114 (44.92% from 255) = 33.53%
R=31.18%
G=35.29%
B=33.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1061201140.1200.050.53154.296.1944.31
Hex6A7872C05359a62c
Octal152170162140565232654
Binary1101010111100011100101100010111010110011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A7872; }

 p { color: rgb(106,120,114); }

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

<style>
 a { background-color: #6A7872; }

 a { background-color: rgb(106,120,114); }

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

<style>
 span { border-color: #6A7872; }

 span { border-color: rgb(106,120,114); }

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