#647F70

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

Shades of Sirocco #647F70

Tints of Sirocco #647F70

Color information

#647F70 (or 0x647F70) is unknown color: approx Sirocco. HEX triplet: 64, 7F and 70. RGB value is (100,127,112). Sum of RGB (Red+Green+Blue) = 100+127+112=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 127 - color contains mainly: green. Hex color #647F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647F70 is #9B808F. Grayscale: #757575. Windows color (decimal): -10190992 or 7372644. OLE color: 7372644.

HSL color Cylindrical-coordinate representation of color #647F70: hue angle of 146.67º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #647F70 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB100127112-
CMYK0.2100.120.50
HSL146.67º11.89%44.51%-
HSV(B)146.67º21.26%49.8%-
XYZ15.7719.0618.18-
YUV117.22125.05115.72-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.50%
GREEN value IS 127 (50% from 255) = 37.46%
BLUE value IS 112 (44.14% from 255) = 33.04%
R=29.50%
G=37.46%
B=33.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1001271120.2100.120.50146.6711.8944.51
Hex647F70150C3293c2d
Octal14417716025014622231455
Binary1100100111111111100001010101100110010100100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647F70; }

 p { color: rgb(100,127,112); }

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

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

 a { background-color: rgb(100,127,112); }

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

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

 span { border-color: rgb(100,127,112); }

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