Html Css Color HEX #78668B Mamba

📋 copy color: '#78668B'

red 120 ◦ green 102 ◦ blue 139

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

Shades of Mamba #78668B

Tints of Mamba #78668B

RGB

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

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

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

R = 33.24%
G = 28.25%
B = 38.5%

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

#78668B (or 0x78668B) is known color: Mamba. HEX triplet: 78, 66 and 8B. RGB value is (120,102,139). Sum of RGB (Red+Green+Blue) = 120+102+139=361 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.24% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 139 - color contains mainly: blue. Hex color #78668B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78668B is #879974. Grayscale: #6F6F6F. Windows color (decimal): -8886645 or 9135736. OLE color: 9135736.

HSL color Cylindrical-coordinate representation of color #78668B: hue angle of 269.19º degrees, saturation: 0.15, 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 #78668B is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 120 102 139 -
CMYK 0.14 0.27 0 0.45
HSL 269.19º 0.15% 0.47% -
HSV(B) 269.19º 0.27% 0.55% -
XYZ 17.16 15.36 26.49 -
YUV 111.6 143.46 133.99 -
System Red Green Blue C M Y K H S L
Decimal 120 102 139 0.14 0.27 0 0.45 269.19 0.15 0.47
Hex 78 66 8B E 1B 0 2D 10D F 2F
Octal 170 146 213 16 33 0 55 415 17 57
Binary 1111000 1100110 10001011 1110 11011 0 101101 100001101 1111 101111

Color Harmonies of #78668B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78668B

Black with #78668B

Text Example


Text Example

White with #78668B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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