#6A7B72

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

Shades of Sirocco #6A7B72

Tints of Sirocco #6A7B72

Color information

#6A7B72 (or 0x6A7B72) is unknown color: approx Sirocco. HEX triplet: 6A, 7B and 72. RGB value is (106,123,114). Sum of RGB (Red+Green+Blue) = 106+123+114=343 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.90% from 343); Green value is 123 (48.44% from 255 or 35.86% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 123 - color contains mainly: green. Hex color #6A7B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7B72 is #95848D. Grayscale: #747474. Windows color (decimal): -9798798 or 7502698. OLE color: 7502698.

HSL color Cylindrical-coordinate representation of color #6A7B72: hue angle of 148.24º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6A7B72 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB106123114-
CMYK0.1400.070.52
HSL148.24º7.42%44.9%-
HSV(B)148.24º13.82%48.24%-
XYZ16.0618.4418.63-
YUV116.89126.37120.23-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.90%
GREEN value IS 123 (48.44% from 255) = 35.86%
BLUE value IS 114 (44.92% from 255) = 33.24%
R=30.90%
G=35.86%
B=33.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1061231140.1400.070.52148.247.4244.9
Hex6A7B72E07349472d
Octal152173162160764224755
Binary1101010111101111100101110011111010010010100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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