Html Css Color HEX #756283 Mamba

📋 copy color: '#756283'

red 117 ◦ green 98 ◦ blue 131

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

Shades of Mamba #756283

Tints of Mamba #756283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 37.86%

R = 33.82%
G = 28.32%
B = 37.86%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#756283 (or 0x756283) is known color: Mamba. HEX triplet: 75, 62 and 83. RGB value is (117,98,131). Sum of RGB (Red+Green+Blue) = 117+98+131=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 131 (51.56% from 255 or 37.86% from 346); Max value from RGB is 131 - color contains mainly: blue. Hex color #756283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756283 is #8A9D7C. Grayscale: #6B6B6B. Windows color (decimal): -9084285 or 8610421. OLE color: 8610421.

HSL color Cylindrical-coordinate representation of color #756283: hue angle of 274.55º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #756283 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 98 131 -
CMYK 0.11 0.25 0 0.49
HSL 274.55º 0.14% 0.45% -
HSV(B) 274.55º 0.25% 0.51% -
XYZ 15.8 14.16 23.37 -
YUV 107.44 141.29 134.82 -
System Red Green Blue C M Y K H S L
Decimal 117 98 131 0.11 0.25 0 0.49 274.55 0.14 0.45
Hex 75 62 83 B 19 0 31 113 E 2D
Octal 165 142 203 13 31 0 61 423 16 55
Binary 1110101 1100010 10000011 1011 11001 0 110001 100010011 1110 101101

Color Harmonies of #756283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756283

Black with #756283

Text Example


Text Example

White with #756283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756283; }

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

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

background-color css

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

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

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

border-color css

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

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

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