#677870

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

Shades of Sirocco #677870

Tints of Sirocco #677870

Color information

#677870 (or 0x677870) is unknown color: approx Sirocco. HEX triplet: 67, 78 and 70. RGB value is (103,120,112). Sum of RGB (Red+Green+Blue) = 103+120+112=335 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.75% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 120 - color contains mainly: green. Hex color #677870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677870 is #98878F. Grayscale: #727272. Windows color (decimal): -9996176 or 7370855. OLE color: 7370855.

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

Color convert

RGB103120112-
CMYK0.1400.070.53
HSL151.76º7.62%43.73%-
HSV(B)151.76º14.17%47.06%-
XYZ15.2317.4917.9-
YUV114126.87120.15-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.75%
GREEN value IS 120 (47.27% from 255) = 35.82%
BLUE value IS 112 (44.14% from 255) = 33.43%
R=30.75%
G=35.82%
B=33.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1031201120.1400.070.53151.767.6243.73
Hex677870E07359882c
Octal1471701601607652301054
Binary11001111111000111000011100111110101100110001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677870; }

 p { color: rgb(103,120,112); }

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

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

 a { background-color: rgb(103,120,112); }

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

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

 span { border-color: rgb(103,120,112); }

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