#698776

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

Shades of Sirocco #698776

Tints of Sirocco #698776

Color information

#698776 (or 0x698776) is unknown color: approx Sirocco. HEX triplet: 69, 87 and 76. RGB value is (105,135,118). Sum of RGB (Red+Green+Blue) = 105+135+118=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 118 (46.48% from 255 or 32.96% from 358); Max value from RGB is 135 - color contains mainly: green. Hex color #698776 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698776 is #967889. Grayscale: #7C7C7C. Windows color (decimal): -9861258 or 7767913. OLE color: 7767913.

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

Color convert

RGB105135118-
CMYK0.2200.130.47
HSL146º12.5%47.06%-
HSV(B)146º22.22%52.94%-
XYZ17.7621.6420.38-
YUV124.09124.56114.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.33%
GREEN value IS 135 (53.12% from 255) = 37.71%
BLUE value IS 118 (46.48% from 255) = 32.96%
R=29.33%
G=37.71%
B=32.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051351180.2200.130.4714612.547.06
Hex698776160D2F92d2f
Octal15120716626015572221557
Binary11010011000011111101101011001101101111100100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698776; }

 p { color: rgb(105,135,118); }

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

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

 a { background-color: rgb(105,135,118); }

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

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

 span { border-color: rgb(105,135,118); }

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