#676172

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

Shades of Smoky #676172

Tints of Smoky #676172

Color information

#676172 (or 0x676172) is unknown color: approx Smoky. HEX triplet: 67, 61 and 72. RGB value is (103,97,114). Sum of RGB (Red+Green+Blue) = 103+97+114=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 114 - color contains mainly: blue. Hex color #676172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676172 is #989E8D. Grayscale: #646464. Windows color (decimal): -10002062 or 7496039. OLE color: 7496039.

HSL color Cylindrical-coordinate representation of color #676172: hue angle of 261.18º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #676172 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10397114-
CMYK0.100.1500.55
HSL261.18º8.06%41.37%-
HSV(B)261.18º14.91%44.71%-
XYZ12.9112.6517.68-
YUV100.73135.49129.62-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.80%
GREEN value IS 97 (38.28% from 255) = 30.89%
BLUE value IS 114 (44.92% from 255) = 36.31%
R=32.80%
G=30.89%
B=36.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal103971140.100.1500.55261.188.0641.37
Hex676172AF037105829
Octal14714116212170674051051
Binary1100111110000111100101010111101101111000001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676172; }

 p { color: rgb(103,97,114); }

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

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

 a { background-color: rgb(103,97,114); }

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

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

 span { border-color: rgb(103,97,114); }

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