#675F74

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

Shades of Mobster #675F74

Tints of Mobster #675F74

Color information

#675F74 (or 0x675F74) is unknown color: approx Mobster. HEX triplet: 67, 5F and 74. RGB value is (103,95,116). Sum of RGB (Red+Green+Blue) = 103+95+116=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 95 (37.5% from 255 or 30.25% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 116 - color contains mainly: blue. Hex color #675F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675F74 is #98A08B. Grayscale: #636363. Windows color (decimal): -10002572 or 7626599. OLE color: 7626599.

HSL color Cylindrical-coordinate representation of color #675F74: hue angle of 262.86º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #675F74 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10395116-
CMYK0.110.1800.55
HSL262.86º9.95%41.37%-
HSV(B)262.86º18.1%45.49%-
XYZ12.8412.3318.23-
YUV99.79137.15130.29-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.80%
GREEN value IS 95 (37.5% from 255) = 30.25%
BLUE value IS 116 (45.70% from 255) = 36.94%
R=32.80%
G=30.25%
B=36.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal103951160.110.1800.55262.869.9541.37
Hex675F74B12037107a29
Octal14713716413220674071251
Binary11001111011111111010010111001001101111000001111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675F74; }

 p { color: rgb(103,95,116); }

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

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

 a { background-color: rgb(103,95,116); }

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

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

 span { border-color: rgb(103,95,116); }

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