Html Css Color HEX #74627F Mamba

📋 copy color: '#74627F'

red 116 ◦ green 98 ◦ blue 127

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

Shades of Mamba #74627F

Tints of Mamba #74627F

RGB

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

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

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

R = 34.02%
G = 28.74%
B = 37.24%

CMYK

 C value IS 0.09

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#74627F (or 0x74627F) is known color: Mamba. HEX triplet: 74, 62 and 7F. RGB value is (116,98,127). Sum of RGB (Red+Green+Blue) = 116+98+127=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 127 - color contains mainly: blue. Hex color #74627F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74627F is #8B9D80. Grayscale: #6A6A6A. Windows color (decimal): -9149825 or 8348276. OLE color: 8348276.

HSL color Cylindrical-coordinate representation of color #74627F: hue angle of 277.24º 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 #74627F is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 98 127 -
CMYK 0.09 0.23 0 0.50
HSL 277.24º 0.13% 0.44% -
HSV(B) 277.24º 0.23% 0.5% -
XYZ 15.4 13.98 21.97 -
YUV 106.69 139.46 134.64 -
System Red Green Blue C M Y K H S L
Decimal 116 98 127 0.09 0.23 0 0.50 277.24 0.13 0.44
Hex 74 62 7F 9 17 0 32 115 D 2C
Octal 164 142 177 11 27 0 62 425 15 54
Binary 1110100 1100010 1111111 1001 10111 0 110010 100010101 1101 101100

Color Harmonies of #74627F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74627F

Black with #74627F

Text Example


Text Example

White with #74627F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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