Html Css Color HEX #756287 Mamba

📋 copy color: '#756287'

red 117 ◦ green 98 ◦ blue 135

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

Shades of Mamba #756287

Tints of Mamba #756287

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28%

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

R = 33.43%
G = 28%
B = 38.57%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#756287 (or 0x756287) is known color: Mamba. HEX triplet: 75, 62 and 87. RGB value is (117,98,135). Sum of RGB (Red+Green+Blue) = 117+98+135=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 135 (53.12% from 255 or 38.57% from 350); Max value from RGB is 135 - color contains mainly: blue. Hex color #756287 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756287 is #8A9D78. Grayscale: #6B6B6B. Windows color (decimal): -9084281 or 8872565. OLE color: 8872565.

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

Color convert

RGB 117 98 135 -
CMYK 0.13 0.27 0 0.47
HSL 270.81º 0.16% 0.46% -
HSV(B) 270.81º 0.27% 0.53% -
XYZ 16.08 14.27 24.83 -
YUV 107.9 143.29 134.49 -
System Red Green Blue C M Y K H S L
Decimal 117 98 135 0.13 0.27 0 0.47 270.81 0.16 0.46
Hex 75 62 87 D 1B 0 2F 10F 10 2E
Octal 165 142 207 15 33 0 57 417 20 56
Binary 1110101 1100010 10000111 1101 11011 0 101111 100001111 10000 101110

Color Harmonies of #756287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756287

Black with #756287

Text Example


Text Example

White with #756287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756287; }

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

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

background-color css

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

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

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

border-color css

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

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

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