Html Css Color HEX #757078 Mamba

📋 copy color: '#757078'

red 117 ◦ green 112 ◦ blue 120

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

Shades of Mamba #757078

Tints of Mamba #757078

RGB

 RED value IS 117 (46.09% from 255) = 33.52%

 GREEN value IS 112 (44.14% from 255) = 32.09%

 BLUE value IS 120 (47.27% from 255) = 34.38%

R = 33.52%
G = 32.09%
B = 34.38%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#757078 (or 0x757078) is known color: Mamba. HEX triplet: 75, 70 and 78. RGB value is (117,112,120). Sum of RGB (Red+Green+Blue) = 117+112+120=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 120 (47.27% from 255 or 34.38% from 349); Max value from RGB is 120 - color contains mainly: blue. Hex color #757078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757078 is #8A8F87. Grayscale: #727272. Windows color (decimal): -9080712 or 7893109. OLE color: 7893109.

HSL color Cylindrical-coordinate representation of color #757078: hue angle of 277.5º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #757078 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 112 120 -
CMYK 0.02 0.07 0 0.53
HSL 277.5º 0.03% 0.45% -
HSV(B) 277.5º 0.07% 0.47% -
XYZ 16.52 16.73 20.13 -
YUV 114.41 131.16 129.85 -
System Red Green Blue C M Y K H S L
Decimal 117 112 120 0.02 0.07 0 0.53 277.5 0.03 0.45
Hex 75 70 78 2 7 0 35 116 3 2D
Octal 165 160 170 2 7 0 65 426 3 55
Binary 1110101 1110000 1111000 10 111 0 110101 100010110 11 101101

Color Harmonies of #757078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757078

Black with #757078

Text Example


Text Example

White with #757078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757078; }

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

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

background-color css

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

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

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

border-color css

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

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

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