Html Css Color HEX #74687F Mamba

📋 copy color: '#74687F'

red 116 ◦ green 104 ◦ blue 127

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

Shades of Mamba #74687F

Tints of Mamba #74687F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.97%

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

R = 33.43%
G = 29.97%
B = 36.6%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#74687F (or 0x74687F) is known color: Mamba. HEX triplet: 74, 68 and 7F. RGB value is (116,104,127). Sum of RGB (Red+Green+Blue) = 116+104+127=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 127 - color contains mainly: blue. Hex color #74687F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74687F is #8B9780. Grayscale: #6E6E6E. Windows color (decimal): -9148289 or 8349812. OLE color: 8349812.

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

Color convert

RGB 116 104 127 -
CMYK 0.09 0.18 0 0.50
HSL 271.3º 0.1% 0.45% -
HSV(B) 271.3º 0.18% 0.5% -
XYZ 15.98 15.15 22.16 -
YUV 110.21 137.48 132.13 -
System Red Green Blue C M Y K H S L
Decimal 116 104 127 0.09 0.18 0 0.50 271.3 0.1 0.45
Hex 74 68 7F 9 12 0 32 10F A 2D
Octal 164 150 177 11 22 0 62 417 12 55
Binary 1110100 1101000 1111111 1001 10010 0 110010 100001111 1010 101101

Color Harmonies of #74687F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74687F

Black with #74687F

Text Example


Text Example

White with #74687F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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