Html Css Color HEX #78757B Mamba

📋 copy color: '#78757B'

red 120 ◦ green 117 ◦ blue 123

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

Shades of Mamba #78757B

Tints of Mamba #78757B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.5%

 BLUE value IS 123 (48.44% from 255) = 34.17%

R = 33.33%
G = 32.5%
B = 34.17%

CMYK

 C value IS 0.02

 M value IS 0.05

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#78757B (or 0x78757B) is known color: Mamba. HEX triplet: 78, 75 and 7B. RGB value is (120,117,123). Sum of RGB (Red+Green+Blue) = 120+117+123=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 123 - color contains mainly: blue. Hex color #78757B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78757B is #878A84. Grayscale: #767676. Windows color (decimal): -8882821 or 8091000. OLE color: 8091000.

HSL color Cylindrical-coordinate representation of color #78757B: hue angle of 270º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #78757B is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 120 117 123 -
CMYK 0.02 0.05 0 0.52
HSL 270º 0.03% 0.47% -
HSV(B) 270º 0.05% 0.48% -
XYZ 17.68 18.15 21.31 -
YUV 118.58 130.49 129.01 -
System Red Green Blue C M Y K H S L
Decimal 120 117 123 0.02 0.05 0 0.52 270 0.03 0.47
Hex 78 75 7B 2 5 0 34 10E 2 2F
Octal 170 165 173 2 5 0 64 416 2 57
Binary 1111000 1110101 1111011 10 101 0 110100 100001110 10 101111

Color Harmonies of #78757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78757B

Black with #78757B

Text Example


Text Example

White with #78757B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,117,123); }

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

background-color css

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

 a { background-color: rgb(120,117,123); }

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

border-color css

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

 span { border-color: rgb(120,117,123); }

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