#675F72

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

Shades of Mobster #675F72

Tints of Mobster #675F72

Color information

#675F72 (or 0x675F72) is unknown color: approx Mobster. HEX triplet: 67, 5F and 72. RGB value is (103,95,114). Sum of RGB (Red+Green+Blue) = 103+95+114=312 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.01% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 114 - color contains mainly: blue. Hex color #675F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675F72 is #98A08D. Grayscale: #636363. Windows color (decimal): -10002574 or 7495527. OLE color: 7495527.

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

Color convert

RGB10395114-
CMYK0.100.1700.55
HSL265.26º9.09%40.98%-
HSV(B)265.26º16.67%44.71%-
XYZ12.7212.2817.62-
YUV99.56136.15130.46-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.01%
GREEN value IS 95 (37.5% from 255) = 30.45%
BLUE value IS 114 (44.92% from 255) = 36.54%
R=33.01%
G=30.45%
B=36.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal103951140.100.1700.55265.269.0940.98
Hex675F72A11037109929
Octal14713716212210674111151
Binary11001111011111111001010101000101101111000010011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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