Html Css Color HEX #78618A Mamba

📋 copy color: '#78618A'

red 120 ◦ green 97 ◦ blue 138

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

Shades of Mamba #78618A

Tints of Mamba #78618A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.32%

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

R = 33.8%
G = 27.32%
B = 38.87%

CMYK

 C value IS 0.13

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#78618A (or 0x78618A) is known color: Mamba. HEX triplet: 78, 61 and 8A. RGB value is (120,97,138). Sum of RGB (Red+Green+Blue) = 120+97+138=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 138 - color contains mainly: blue. Hex color #78618A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78618A is #879E75. Grayscale: #6C6C6C. Windows color (decimal): -8887926 or 9068920. OLE color: 9068920.

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

Color convert

RGB 120 97 138 -
CMYK 0.13 0.30 0 0.46
HSL 273.66º 0.17% 0.46% -
HSV(B) 273.66º 0.3% 0.54% -
XYZ 16.61 14.38 25.94 -
YUV 108.55 144.62 136.17 -
System Red Green Blue C M Y K H S L
Decimal 120 97 138 0.13 0.30 0 0.46 273.66 0.17 0.46
Hex 78 61 8A D 1E 0 2E 112 11 2E
Octal 170 141 212 15 36 0 56 422 21 56
Binary 1111000 1100001 10001010 1101 11110 0 101110 100010010 10001 101110

Color Harmonies of #78618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78618A

Black with #78618A

Text Example


Text Example

White with #78618A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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