#697972

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

Shades of Sirocco #697972

Tints of Sirocco #697972

Color information

#697972 (or 0x697972) is unknown color: approx Sirocco. HEX triplet: 69, 79 and 72. RGB value is (105,121,114). Sum of RGB (Red+Green+Blue) = 105+121+114=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 121 (47.66% from 255 or 35.59% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 121 - color contains mainly: green. Hex color #697972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697972 is #96868D. Grayscale: #737373. Windows color (decimal): -9864846 or 7502185. OLE color: 7502185.

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

Color convert

RGB105121114-
CMYK0.1300.060.53
HSL153.75º7.08%44.31%-
HSV(B)153.75º13.22%47.45%-
XYZ15.717.8918.55-
YUV115.42127.2120.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.88%
GREEN value IS 121 (47.66% from 255) = 35.59%
BLUE value IS 114 (44.92% from 255) = 33.53%
R=30.88%
G=35.59%
B=33.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1051211140.1300.060.53153.757.0844.31
Hex697972D06359a72c
Octal151171162150665232754
Binary1101001111100111100101101011011010110011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697972; }

 p { color: rgb(105,121,114); }

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

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

 a { background-color: rgb(105,121,114); }

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

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

 span { border-color: rgb(105,121,114); }

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