Html Css Color HEX #756F7A Mamba

📋 copy color: '#756F7A'

red 117 ◦ green 111 ◦ blue 122

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

Shades of Mamba #756F7A

Tints of Mamba #756F7A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.71%

 BLUE value IS 122 (48.05% from 255) = 34.86%

R = 33.43%
G = 31.71%
B = 34.86%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#756F7A (or 0x756F7A) is known color: Mamba. HEX triplet: 75, 6F and 7A. RGB value is (117,111,122). Sum of RGB (Red+Green+Blue) = 117+111+122=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 122 - color contains mainly: blue. Hex color #756F7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756F7A is #8A9085. Grayscale: #727272. Windows color (decimal): -9080966 or 8023925. OLE color: 8023925.

HSL color Cylindrical-coordinate representation of color #756F7A: hue angle of 272.73º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #756F7A is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 117 111 122 -
CMYK 0.04 0.09 0 0.52
HSL 272.73º 0.05% 0.46% -
HSV(B) 272.73º 0.09% 0.48% -
XYZ 16.53 16.56 20.74 -
YUV 114.05 132.49 130.11 -
System Red Green Blue C M Y K H S L
Decimal 117 111 122 0.04 0.09 0 0.52 272.73 0.05 0.46
Hex 75 6F 7A 4 9 0 34 111 5 2E
Octal 165 157 172 4 11 0 64 421 5 56
Binary 1110101 1101111 1111010 100 1001 0 110100 100010001 101 101110

Color Harmonies of #756F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756F7A

Black with #756F7A

Text Example


Text Example

White with #756F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756F7A; }

 p { color: rgb(117,111,122); }

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

background-color css

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

 a { background-color: rgb(117,111,122); }

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

border-color css

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

 span { border-color: rgb(117,111,122); }

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