Html Css Color HEX #74627E Mamba

📋 copy color: '#74627E'

red 116 ◦ green 98 ◦ blue 126

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

Shades of Mamba #74627E

Tints of Mamba #74627E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.06%

R = 34.12%
G = 28.82%
B = 37.06%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#74627E (or 0x74627E) is known color: Mamba. HEX triplet: 74, 62 and 7E. RGB value is (116,98,126). Sum of RGB (Red+Green+Blue) = 116+98+126=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 126 (49.61% from 255 or 37.06% from 340); Max value from RGB is 126 - color contains mainly: blue. Hex color #74627E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74627E is #8B9D81. Grayscale: #6A6A6A. Windows color (decimal): -9149826 or 8282740. OLE color: 8282740.

HSL color Cylindrical-coordinate representation of color #74627E: hue angle of 278.57º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #74627E is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 98 126 -
CMYK 0.08 0.22 0 0.51
HSL 278.57º 0.13% 0.44% -
HSV(B) 278.57º 0.22% 0.49% -
XYZ 15.34 13.95 21.62 -
YUV 106.57 138.96 134.72 -
System Red Green Blue C M Y K H S L
Decimal 116 98 126 0.08 0.22 0 0.51 278.57 0.13 0.44
Hex 74 62 7E 8 16 0 33 117 C 2C
Octal 164 142 176 10 26 0 63 427 14 54
Binary 1110100 1100010 1111110 1000 10110 0 110011 100010111 1100 101100

Color Harmonies of #74627E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74627E

Black with #74627E

Text Example


Text Example

White with #74627E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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