Html Css Color HEX #756781 Mamba

📋 copy color: '#756781'

red 117 ◦ green 103 ◦ blue 129

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

Shades of Mamba #756781

Tints of Mamba #756781

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.51%

 BLUE value IS 129 (50.78% from 255) = 36.96%

R = 33.52%
G = 29.51%
B = 36.96%

CMYK

 C value IS 0.09

 M value IS 0.20

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#756781 (or 0x756781) is known color: Mamba. HEX triplet: 75, 67 and 81. RGB value is (117,103,129). Sum of RGB (Red+Green+Blue) = 117+103+129=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 129 (50.78% from 255 or 36.96% from 349); Max value from RGB is 129 - color contains mainly: blue. Hex color #756781 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756781 is #8A987E. Grayscale: #6E6E6E. Windows color (decimal): -9083007 or 8480629. OLE color: 8480629.

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

Color convert

RGB 117 103 129 -
CMYK 0.09 0.20 0 0.49
HSL 272.31º 0.11% 0.45% -
HSV(B) 272.31º 0.2% 0.51% -
XYZ 16.15 15.07 22.83 -
YUV 110.15 138.64 132.89 -
System Red Green Blue C M Y K H S L
Decimal 117 103 129 0.09 0.20 0 0.49 272.31 0.11 0.45
Hex 75 67 81 9 14 0 31 110 B 2D
Octal 165 147 201 11 24 0 61 420 13 55
Binary 1110101 1100111 10000001 1001 10100 0 110001 100010000 1011 101101

Color Harmonies of #756781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756781

Black with #756781

Text Example


Text Example

White with #756781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756781; }

 p { color: rgb(117,103,129); }

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

background-color css

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

 a { background-color: rgb(117,103,129); }

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

border-color css

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

 span { border-color: rgb(117,103,129); }

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