Html Css Color HEX #665076 Mobster

📋 copy color: '#665076'

red 102 ◦ green 80 ◦ blue 118

#665076
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mobster #665076

Tints of Mobster #665076

RGB

 RED value IS 102 (40.23% from 255) = 34%

 GREEN value IS 80 (31.64% from 255) = 26.67%

 BLUE value IS 118 (46.48% from 255) = 39.33%

R = 34%
G = 26.67%
B = 39.33%

CMYK

 C value IS 0.14

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#665076 (or 0x665076) is known color: Mobster. HEX triplet: 66, 50 and 76. RGB value is (102,80,118). Sum of RGB (Red+Green+Blue) = 102+80+118=300 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 118 - color contains mainly: blue. Hex color #665076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665076 is #99AF89. Grayscale: #5A5A5A. Windows color (decimal): -10071946 or 7753830. OLE color: 7753830.

HSL color Cylindrical-coordinate representation of color #665076: hue angle of 274.74º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #665076 is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 102 80 118 -
CMYK 0.14 0.32 0 0.54
HSL 274.74º 0.19% 0.39% -
HSV(B) 274.74º 0.32% 0.46% -
XYZ 11.62 9.87 18.43 -
YUV 90.91 143.29 135.91 -
System Red Green Blue C M Y K H S L
Decimal 102 80 118 0.14 0.32 0 0.54 274.74 0.19 0.39
Hex 66 50 76 E 20 0 36 113 13 27
Octal 146 120 166 16 40 0 66 423 23 47
Binary 1100110 1010000 1110110 1110 100000 0 110110 100010011 10011 100111

Color Harmonies of #665076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665076

Black with #665076

Text Example


Text Example

White with #665076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665076; }

 p { color: rgb(102,80,118); }

 H1.HeaderClassName
 {
   color: #665076;
 }
 .AnyTagClassName
 {
   color: #665076;
 }
</style>

background-color css

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

 a { background-color: rgb(102,80,118); }

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

border-color css

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

 span { border-color: rgb(102,80,118); }

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