Html Css Color HEX #75627F Mamba

📋 copy color: '#75627F'

red 117 ◦ green 98 ◦ blue 127

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

Shades of Mamba #75627F

Tints of Mamba #75627F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.13%

R = 34.21%
G = 28.65%
B = 37.13%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#75627F (or 0x75627F) is known color: Mamba. HEX triplet: 75, 62 and 7F. RGB value is (117,98,127). Sum of RGB (Red+Green+Blue) = 117+98+127=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 127 - color contains mainly: blue. Hex color #75627F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75627F is #8A9D80. Grayscale: #6A6A6A. Windows color (decimal): -9084289 or 8348277. OLE color: 8348277.

HSL color Cylindrical-coordinate representation of color #75627F: hue angle of 279.31º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #75627F is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 98 127 -
CMYK 0.08 0.23 0 0.50
HSL 279.31º 0.13% 0.44% -
HSV(B) 279.31º 0.23% 0.5% -
XYZ 15.53 14.05 21.97 -
YUV 106.99 139.29 135.14 -
System Red Green Blue C M Y K H S L
Decimal 117 98 127 0.08 0.23 0 0.50 279.31 0.13 0.44
Hex 75 62 7F 8 17 0 32 117 D 2C
Octal 165 142 177 10 27 0 62 427 15 54
Binary 1110101 1100010 1111111 1000 10111 0 110010 100010111 1101 101100

Color Harmonies of #75627F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75627F

Black with #75627F

Text Example


Text Example

White with #75627F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75627F; }

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

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

background-color css

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

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

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

border-color css

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

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

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