#675D72

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

Shades of Mobster #675D72

Tints of Mobster #675D72

Color information

#675D72 (or 0x675D72) is unknown color: approx Mobster. HEX triplet: 67, 5D and 72. RGB value is (103,93,114). Sum of RGB (Red+Green+Blue) = 103+93+114=310 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.23% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 114 - color contains mainly: blue. Hex color #675D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675D72 is #98A28D. Grayscale: #626262. Windows color (decimal): -10003086 or 7495015. OLE color: 7495015.

HSL color Cylindrical-coordinate representation of color #675D72: hue angle of 268.57º 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 #675D72 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10393114-
CMYK0.100.1800.55
HSL268.57º10.14%40.59%-
HSV(B)268.57º18.42%44.71%-
XYZ12.5511.9317.56-
YUV98.38136.81131.29-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.23%
GREEN value IS 93 (36.72% from 255) = 30%
BLUE value IS 114 (44.92% from 255) = 36.77%
R=33.23%
G=30%
B=36.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal103931140.100.1800.55268.5710.1440.59
Hex675D72A1203710da29
Octal14713516212220674151251
Binary11001111011101111001010101001001101111000011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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