Html Css Color HEX #946678 Mauve Taupe

📋 copy color: '#946678'

red 148 ◦ green 102 ◦ blue 120

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

Shades of Mauve Taupe #946678

Tints of Mauve Taupe #946678

RGB

 RED value IS 148 (58.2% from 255) = 40%

 GREEN value IS 102 (40.23% from 255) = 27.57%

 BLUE value IS 120 (47.27% from 255) = 32.43%

R = 40%
G = 27.57%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#946678 (or 0x946678) is known color: Mauve Taupe. HEX triplet: 94, 66 and 78. RGB value is (148,102,120). Sum of RGB (Red+Green+Blue) = 148+102+120=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 148 - color contains mainly: red. Hex color #946678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946678 is #6B9987. Grayscale: #757575. Windows color (decimal): -7051656 or 7890580. OLE color: 7890580.

HSL color Cylindrical-coordinate representation of color #946678: hue angle of 336.52º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #946678 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 102 120 -
CMYK 0 0.31 0.19 0.42
HSL 336.52º 0.18% 0.49% -
HSV(B) 336.52º 0.31% 0.58% -
XYZ 20.35 17.15 20.01 -
YUV 117.81 129.24 149.54 -
System Red Green Blue C M Y K H S L
Decimal 148 102 120 0 0.31 0.19 0.42 336.52 0.18 0.49
Hex 94 66 78 0 1F 13 2A 151 12 31
Octal 224 146 170 0 37 23 52 521 22 61
Binary 10010100 1100110 1111000 0 11111 10011 101010 101010001 10010 110001

Color Harmonies of #946678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946678

Black with #946678

Text Example


Text Example

White with #946678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946678; }

 p { color: rgb(148,102,120); }

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

background-color css

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

 a { background-color: rgb(148,102,120); }

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

border-color css

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

 span { border-color: rgb(148,102,120); }

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