Html Css Color HEX #756087 Mamba

📋 copy color: '#756087'

red 117 ◦ green 96 ◦ blue 135

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

Shades of Mamba #756087

Tints of Mamba #756087

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.59%

 BLUE value IS 135 (53.13% from 255) = 38.79%

R = 33.62%
G = 27.59%
B = 38.79%

CMYK

 C value IS 0.13

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#756087 (or 0x756087) is known color: Mamba. HEX triplet: 75, 60 and 87. RGB value is (117,96,135). Sum of RGB (Red+Green+Blue) = 117+96+135=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 135 (53.12% from 255 or 38.79% from 348); Max value from RGB is 135 - color contains mainly: blue. Hex color #756087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756087 is #8A9F78. Grayscale: #6A6A6A. Windows color (decimal): -9084793 or 8872053. OLE color: 8872053.

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

Color convert

RGB 117 96 135 -
CMYK 0.13 0.29 0 0.47
HSL 272.31º 0.17% 0.45% -
HSV(B) 272.31º 0.29% 0.53% -
XYZ 15.89 13.9 24.77 -
YUV 106.73 143.96 135.33 -
System Red Green Blue C M Y K H S L
Decimal 117 96 135 0.13 0.29 0 0.47 272.31 0.17 0.45
Hex 75 60 87 D 1D 0 2F 110 11 2D
Octal 165 140 207 15 35 0 57 420 21 55
Binary 1110101 1100000 10000111 1101 11101 0 101111 100010000 10001 101101

Color Harmonies of #756087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756087

Black with #756087

Text Example


Text Example

White with #756087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756087; }

 p { color: rgb(117,96,135); }

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

background-color css

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

 a { background-color: rgb(117,96,135); }

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

border-color css

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

 span { border-color: rgb(117,96,135); }

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