Html Css Color HEX #745F82 Mamba

📋 copy color: '#745F82'

red 116 ◦ green 95 ◦ blue 130

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

Shades of Mamba #745F82

Tints of Mamba #745F82

RGB

 RED value IS 116 (45.7% from 255) = 34.02%

 GREEN value IS 95 (37.5% from 255) = 27.86%

 BLUE value IS 130 (51.17% from 255) = 38.12%

R = 34.02%
G = 27.86%
B = 38.12%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#745F82 (or 0x745F82) is known color: Mamba. HEX triplet: 74, 5F and 82. RGB value is (116,95,130). Sum of RGB (Red+Green+Blue) = 116+95+130=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 130 - color contains mainly: blue. Hex color #745F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745F82 is #8BA07D. Grayscale: #696969. Windows color (decimal): -9150590 or 8544116. OLE color: 8544116.

HSL color Cylindrical-coordinate representation of color #745F82: hue angle of 276º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #745F82 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 95 130 -
CMYK 0.11 0.27 0 0.49
HSL 276º 0.16% 0.44% -
HSV(B) 276º 0.27% 0.51% -
XYZ 15.32 13.51 22.92 -
YUV 105.27 141.96 135.65 -
System Red Green Blue C M Y K H S L
Decimal 116 95 130 0.11 0.27 0 0.49 276 0.16 0.44
Hex 74 5F 82 B 1B 0 31 114 10 2C
Octal 164 137 202 13 33 0 61 424 20 54
Binary 1110100 1011111 10000010 1011 11011 0 110001 100010100 10000 101100

Color Harmonies of #745F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745F82

Black with #745F82

Text Example


Text Example

White with #745F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745F82; }

 p { color: rgb(116,95,130); }

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

background-color css

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

 a { background-color: rgb(116,95,130); }

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

border-color css

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

 span { border-color: rgb(116,95,130); }

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