Html Css Color HEX #746F7B Mamba

📋 copy color: '#746F7B'

red 116 ◦ green 111 ◦ blue 123

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

Shades of Mamba #746F7B

Tints of Mamba #746F7B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.71%

 BLUE value IS 123 (48.44% from 255) = 35.14%

R = 33.14%
G = 31.71%
B = 35.14%

CMYK

 C value IS 0.06

 M value IS 0.10

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#746F7B (or 0x746F7B) is known color: Mamba. HEX triplet: 74, 6F and 7B. RGB value is (116,111,123). Sum of RGB (Red+Green+Blue) = 116+111+123=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 123 - color contains mainly: blue. Hex color #746F7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746F7B is #8B9084. Grayscale: #717171. Windows color (decimal): -9146501 or 8089460. OLE color: 8089460.

HSL color Cylindrical-coordinate representation of color #746F7B: hue angle of 265º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #746F7B is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 116 111 123 -
CMYK 0.06 0.10 0 0.52
HSL 265º 0.05% 0.46% -
HSV(B) 265º 0.1% 0.48% -
XYZ 16.46 16.51 21.06 -
YUV 113.86 133.16 129.52 -
System Red Green Blue C M Y K H S L
Decimal 116 111 123 0.06 0.10 0 0.52 265 0.05 0.46
Hex 74 6F 7B 6 A 0 34 109 5 2E
Octal 164 157 173 6 12 0 64 411 5 56
Binary 1110100 1101111 1111011 110 1010 0 110100 100001001 101 101110

Color Harmonies of #746F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746F7B

Black with #746F7B

Text Example


Text Example

White with #746F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746F7B; }

 p { color: rgb(116,111,123); }

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

background-color css

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

 a { background-color: rgb(116,111,123); }

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

border-color css

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

 span { border-color: rgb(116,111,123); }

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