Html Css Color HEX #747375 Mamba

📋 copy color: '#747375'

red 116 ◦ green 115 ◦ blue 117

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

Shades of Mamba #747375

Tints of Mamba #747375

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.05%

 BLUE value IS 117 (46.09% from 255) = 33.62%

R = 33.33%
G = 33.05%
B = 33.62%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#747375 (or 0x747375) is known color: Mamba. HEX triplet: 74, 73 and 75. RGB value is (116,115,117). Sum of RGB (Red+Green+Blue) = 116+115+117=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 117 - color contains mainly: blue. Hex color #747375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747375 is #8B8C8A. Grayscale: #737373. Windows color (decimal): -9145483 or 7697268. OLE color: 7697268.

HSL color Cylindrical-coordinate representation of color #747375: hue angle of 270º degrees, saturation: 0.01, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #747375 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 115 117 -
CMYK 0.01 0.02 0 0.54
HSL 270º 0.01% 0.45% -
HSV(B) 270º 0.02% 0.46% -
XYZ 16.54 17.26 19.29 -
YUV 115.53 128.83 128.34 -
System Red Green Blue C M Y K H S L
Decimal 116 115 117 0.01 0.02 0 0.54 270 0.01 0.45
Hex 74 73 75 1 2 0 36 10E 1 2D
Octal 164 163 165 1 2 0 66 416 1 55
Binary 1110100 1110011 1110101 1 10 0 110110 100001110 1 101101

Color Harmonies of #747375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747375

Black with #747375

Text Example


Text Example

White with #747375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747375; }

 p { color: rgb(116,115,117); }

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

background-color css

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

 a { background-color: rgb(116,115,117); }

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

border-color css

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

 span { border-color: rgb(116,115,117); }

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