#697771

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

Shades of Sirocco #697771

Tints of Sirocco #697771

Color information

#697771 (or 0x697771) is unknown color: approx Sirocco. HEX triplet: 69, 77 and 71. RGB value is (105,119,113). Sum of RGB (Red+Green+Blue) = 105+119+113=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 119 - color contains mainly: green. Hex color #697771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697771 is #96888E. Grayscale: #727272. Windows color (decimal): -9865359 or 7436137. OLE color: 7436137.

HSL color Cylindrical-coordinate representation of color #697771: 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 #697771 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB105119113-
CMYK0.1200.050.53
HSL154.29º6.25%43.92%-
HSV(B)154.29º11.76%46.67%-
XYZ15.417.3918.17-
YUV114.13127.36121.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.16%
GREEN value IS 119 (46.88% from 255) = 35.31%
BLUE value IS 113 (44.53% from 255) = 33.53%
R=31.16%
G=35.31%
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
Decimal1051191130.1200.050.53154.296.2543.92
Hex697771C05359a62c
Octal151167161140565232654
Binary1101001111011111100011100010111010110011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697771; }

 p { color: rgb(105,119,113); }

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

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

 a { background-color: rgb(105,119,113); }

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

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

 span { border-color: rgb(105,119,113); }

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