Html Css Color HEX #74637F Mamba

📋 copy color: '#74637F'

red 116 ◦ green 99 ◦ blue 127

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

Shades of Mamba #74637F

Tints of Mamba #74637F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.95%

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

R = 33.92%
G = 28.95%
B = 37.13%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#74637F (or 0x74637F) is known color: Mamba. HEX triplet: 74, 63 and 7F. RGB value is (116,99,127). Sum of RGB (Red+Green+Blue) = 116+99+127=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 127 - color contains mainly: blue. Hex color #74637F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74637F is #8B9C80. Grayscale: #6B6B6B. Windows color (decimal): -9149569 or 8348532. OLE color: 8348532.

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

Color convert

RGB 116 99 127 -
CMYK 0.09 0.22 0 0.50
HSL 276.43º 0.12% 0.44% -
HSV(B) 276.43º 0.22% 0.5% -
XYZ 15.5 14.17 22 -
YUV 107.28 139.13 134.22 -
System Red Green Blue C M Y K H S L
Decimal 116 99 127 0.09 0.22 0 0.50 276.43 0.12 0.44
Hex 74 63 7F 9 16 0 32 114 C 2C
Octal 164 143 177 11 26 0 62 424 14 54
Binary 1110100 1100011 1111111 1001 10110 0 110010 100010100 1100 101100

Color Harmonies of #74637F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74637F

Black with #74637F

Text Example


Text Example

White with #74637F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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