Html Css Color HEX #74657F Mamba

📋 copy color: '#74657F'

red 116 ◦ green 101 ◦ blue 127

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

Shades of Mamba #74657F

Tints of Mamba #74657F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.36%

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

R = 33.72%
G = 29.36%
B = 36.92%

CMYK

 C value IS 0.09

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#74657F (or 0x74657F) is known color: Mamba. HEX triplet: 74, 65 and 7F. RGB value is (116,101,127). Sum of RGB (Red+Green+Blue) = 116+101+127=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 127 - color contains mainly: blue. Hex color #74657F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74657F is #8B9A80. Grayscale: #6C6C6C. Windows color (decimal): -9149057 or 8349044. OLE color: 8349044.

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

Color convert

RGB 116 101 127 -
CMYK 0.09 0.20 0 0.50
HSL 274.62º 0.11% 0.45% -
HSV(B) 274.62º 0.2% 0.5% -
XYZ 15.69 14.55 22.06 -
YUV 108.45 138.47 133.39 -
System Red Green Blue C M Y K H S L
Decimal 116 101 127 0.09 0.20 0 0.50 274.62 0.11 0.45
Hex 74 65 7F 9 14 0 32 113 B 2D
Octal 164 145 177 11 24 0 62 423 13 55
Binary 1110100 1100101 1111111 1001 10100 0 110010 100010011 1011 101101

Color Harmonies of #74657F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74657F

Black with #74657F

Text Example


Text Example

White with #74657F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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