Html Css Color HEX #74647F Mamba

📋 copy color: '#74647F'

red 116 ◦ green 100 ◦ blue 127

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

Shades of Mamba #74647F

Tints of Mamba #74647F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.15%

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

R = 33.82%
G = 29.15%
B = 37.03%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#74647F (or 0x74647F) is known color: Mamba. HEX triplet: 74, 64 and 7F. RGB value is (116,100,127). Sum of RGB (Red+Green+Blue) = 116+100+127=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 127 - color contains mainly: blue. Hex color #74647F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74647F is #8B9B80. Grayscale: #6B6B6B. Windows color (decimal): -9149313 or 8348788. OLE color: 8348788.

HSL color Cylindrical-coordinate representation of color #74647F: hue angle of 275.56º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #74647F is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 100 127 -
CMYK 0.09 0.21 0 0.50
HSL 275.56º 0.12% 0.45% -
HSV(B) 275.56º 0.21% 0.5% -
XYZ 15.59 14.36 22.03 -
YUV 107.86 138.8 133.8 -
System Red Green Blue C M Y K H S L
Decimal 116 100 127 0.09 0.21 0 0.50 275.56 0.12 0.45
Hex 74 64 7F 9 15 0 32 114 C 2D
Octal 164 144 177 11 25 0 62 424 14 55
Binary 1110100 1100100 1111111 1001 10101 0 110010 100010100 1100 101101

Color Harmonies of #74647F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74647F

Black with #74647F

Text Example


Text Example

White with #74647F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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