Html Css Color HEX #78628A Mamba

📋 copy color: '#78628A'

red 120 ◦ green 98 ◦ blue 138

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

Shades of Mamba #78628A

Tints of Mamba #78628A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.53%

 BLUE value IS 138 (54.3% from 255) = 38.76%

R = 33.71%
G = 27.53%
B = 38.76%

CMYK

 C value IS 0.13

 M value IS 0.29

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#78628A (or 0x78628A) is known color: Mamba. HEX triplet: 78, 62 and 8A. RGB value is (120,98,138). Sum of RGB (Red+Green+Blue) = 120+98+138=356 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.71% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 138 - color contains mainly: blue. Hex color #78628A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78628A is #879D75. Grayscale: #6D6D6D. Windows color (decimal): -8887670 or 9069176. OLE color: 9069176.

HSL color Cylindrical-coordinate representation of color #78628A: hue angle of 273º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #78628A is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 120 98 138 -
CMYK 0.13 0.29 0 0.46
HSL 273º 0.17% 0.46% -
HSV(B) 273º 0.29% 0.54% -
XYZ 16.7 14.56 25.98 -
YUV 109.14 144.29 135.75 -
System Red Green Blue C M Y K H S L
Decimal 120 98 138 0.13 0.29 0 0.46 273 0.17 0.46
Hex 78 62 8A D 1D 0 2E 111 11 2E
Octal 170 142 212 15 35 0 56 421 21 56
Binary 1111000 1100010 10001010 1101 11101 0 101110 100010001 10001 101110

Color Harmonies of #78628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78628A

Black with #78628A

Text Example


Text Example

White with #78628A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78628A; }

 p { color: rgb(120,98,138); }

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

background-color css

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

 a { background-color: rgb(120,98,138); }

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

border-color css

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

 span { border-color: rgb(120,98,138); }

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