Html Css Color HEX #78658B Mamba

📋 copy color: '#78658B'

red 120 ◦ green 101 ◦ blue 139

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

Shades of Mamba #78658B

Tints of Mamba #78658B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.06%

 BLUE value IS 139 (54.69% from 255) = 38.61%

R = 33.33%
G = 28.06%
B = 38.61%

CMYK

 C value IS 0.14

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#78658B (or 0x78658B) is known color: Mamba. HEX triplet: 78, 65 and 8B. RGB value is (120,101,139). Sum of RGB (Red+Green+Blue) = 120+101+139=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 139 - color contains mainly: blue. Hex color #78658B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78658B is #879A74. Grayscale: #6E6E6E. Windows color (decimal): -8886901 or 9135480. OLE color: 9135480.

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

Color convert

RGB 120 101 139 -
CMYK 0.14 0.27 0 0.45
HSL 270º 0.16% 0.47% -
HSV(B) 270º 0.27% 0.55% -
XYZ 17.06 15.16 26.45 -
YUV 111.01 143.79 134.41 -
System Red Green Blue C M Y K H S L
Decimal 120 101 139 0.14 0.27 0 0.45 270 0.16 0.47
Hex 78 65 8B E 1B 0 2D 10E 10 2F
Octal 170 145 213 16 33 0 55 416 20 57
Binary 1111000 1100101 10001011 1110 11011 0 101101 100001110 10000 101111

Color Harmonies of #78658B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78658B

Black with #78658B

Text Example


Text Example

White with #78658B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78658B; }

 p { color: rgb(120,101,139); }

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

background-color css

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

 a { background-color: rgb(120,101,139); }

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

border-color css

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

 span { border-color: rgb(120,101,139); }

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