#677770

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

Shades of Sirocco #677770

Tints of Sirocco #677770

Color information

#677770 (or 0x677770) is unknown color: approx Sirocco. HEX triplet: 67, 77 and 70. RGB value is (103,119,112). Sum of RGB (Red+Green+Blue) = 103+119+112=334 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.84% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 119 - color contains mainly: green. Hex color #677770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677770 is #98888F. Grayscale: #717171. Windows color (decimal): -9996432 or 7370599. OLE color: 7370599.

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

Color convert

RGB103119112-
CMYK0.1300.060.53
HSL153.75º7.21%43.53%-
HSV(B)153.75º13.45%46.67%-
XYZ15.1117.2517.86-
YUV113.42127.2120.57-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.84%
GREEN value IS 119 (46.88% from 255) = 35.63%
BLUE value IS 112 (44.14% from 255) = 33.53%
R=30.84%
G=35.63%
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
Decimal1031191120.1300.060.53153.757.2143.53
Hex677770D06359a72c
Octal147167160150665232754
Binary1100111111011111100001101011011010110011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677770; }

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

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

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

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

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

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

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

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