Html Css Color HEX #78668E Mamba

📋 copy color: '#78668E'

red 120 ◦ green 102 ◦ blue 142

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

Shades of Mamba #78668E

Tints of Mamba #78668E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 39.01%

R = 32.97%
G = 28.02%
B = 39.01%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#78668E (or 0x78668E) is known color: Mamba. HEX triplet: 78, 66 and 8E. RGB value is (120,102,142). Sum of RGB (Red+Green+Blue) = 120+102+142=364 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.97% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 142 - color contains mainly: blue. Hex color #78668E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78668E is #879971. Grayscale: #6F6F6F. Windows color (decimal): -8886642 or 9332344. OLE color: 9332344.

HSL color Cylindrical-coordinate representation of color #78668E: hue angle of 267º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #78668E is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 120 102 142 -
CMYK 0.15 0.28 0 0.44
HSL 267º 0.16% 0.48% -
HSV(B) 267º 0.28% 0.56% -
XYZ 17.38 15.45 27.66 -
YUV 111.94 144.96 133.75 -
System Red Green Blue C M Y K H S L
Decimal 120 102 142 0.15 0.28 0 0.44 267 0.16 0.48
Hex 78 66 8E F 1C 0 2C 10B 10 30
Octal 170 146 216 17 34 0 54 413 20 60
Binary 1111000 1100110 10001110 1111 11100 0 101100 100001011 10000 110000

Color Harmonies of #78668E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78668E

Black with #78668E

Text Example


Text Example

White with #78668E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78668E; }

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

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

background-color css

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

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

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

border-color css

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

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

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