Html Css Color HEX #78678B Mamba

📋 copy color: '#78678B'

red 120 ◦ green 103 ◦ blue 139

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

Shades of Mamba #78678B

Tints of Mamba #78678B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.45%

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

R = 33.15%
G = 28.45%
B = 38.4%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#78678B (or 0x78678B) is known color: Mamba. HEX triplet: 78, 67 and 8B. RGB value is (120,103,139). Sum of RGB (Red+Green+Blue) = 120+103+139=362 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.15% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 139 - color contains mainly: blue. Hex color #78678B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78678B is #879874. Grayscale: #707070. Windows color (decimal): -8886389 or 9135992. OLE color: 9135992.

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

Color convert

RGB 120 103 139 -
CMYK 0.14 0.26 0 0.45
HSL 268.33º 0.15% 0.47% -
HSV(B) 268.33º 0.26% 0.55% -
XYZ 17.26 15.56 26.52 -
YUV 112.19 143.13 133.57 -
System Red Green Blue C M Y K H S L
Decimal 120 103 139 0.14 0.26 0 0.45 268.33 0.15 0.47
Hex 78 67 8B E 1A 0 2D 10C F 2F
Octal 170 147 213 16 32 0 55 414 17 57
Binary 1111000 1100111 10001011 1110 11010 0 101101 100001100 1111 101111

Color Harmonies of #78678B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78678B

Black with #78678B

Text Example


Text Example

White with #78678B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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