Html Css Color HEX #78648C Mamba

📋 copy color: '#78648C'

red 120 ◦ green 100 ◦ blue 140

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

Shades of Mamba #78648C

Tints of Mamba #78648C

RGB

 RED value IS 120 (47.27% from 255) = 33.33%

 GREEN value IS 100 (39.45% from 255) = 27.78%

 BLUE value IS 140 (55.08% from 255) = 38.89%

R = 33.33%
G = 27.78%
B = 38.89%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#78648C (or 0x78648C) is known color: Mamba. HEX triplet: 78, 64 and 8C. RGB value is (120,100,140). Sum of RGB (Red+Green+Blue) = 120+100+140=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 140 - color contains mainly: blue. Hex color #78648C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78648C is #879B73. Grayscale: #6E6E6E. Windows color (decimal): -8887156 or 9200760. OLE color: 9200760.

HSL color Cylindrical-coordinate representation of color #78648C: hue angle of 270º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #78648C is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 120 100 140 -
CMYK 0.14 0.29 0 0.45
HSL 270º 0.17% 0.47% -
HSV(B) 270º 0.29% 0.55% -
XYZ 17.04 15 26.81 -
YUV 110.54 144.63 134.75 -
System Red Green Blue C M Y K H S L
Decimal 120 100 140 0.14 0.29 0 0.45 270 0.17 0.47
Hex 78 64 8C E 1D 0 2D 10E 11 2F
Octal 170 144 214 16 35 0 55 416 21 57
Binary 1111000 1100100 10001100 1110 11101 0 101101 100001110 10001 101111

Color Harmonies of #78648C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78648C

Black with #78648C

Text Example


Text Example

White with #78648C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78648C; }

 p { color: rgb(120,100,140); }

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

background-color css

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

 a { background-color: rgb(120,100,140); }

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

border-color css

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

 span { border-color: rgb(120,100,140); }

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