Html Css Color HEX #74667E Mamba

📋 copy color: '#74667E'

red 116 ◦ green 102 ◦ blue 126

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

Shades of Mamba #74667E

Tints of Mamba #74667E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.65%

 BLUE value IS 126 (49.61% from 255) = 36.63%

R = 33.72%
G = 29.65%
B = 36.63%

CMYK

 C value IS 0.08

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#74667E (or 0x74667E) is known color: Mamba. HEX triplet: 74, 66 and 7E. RGB value is (116,102,126). Sum of RGB (Red+Green+Blue) = 116+102+126=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 126 (49.61% from 255 or 36.63% from 344); Max value from RGB is 126 - color contains mainly: blue. Hex color #74667E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74667E is #8B9981. Grayscale: #6C6C6C. Windows color (decimal): -9148802 or 8283764. OLE color: 8283764.

HSL color Cylindrical-coordinate representation of color #74667E: hue angle of 275º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #74667E is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 102 126 -
CMYK 0.08 0.19 0 0.51
HSL 275º 0.11% 0.45% -
HSV(B) 275º 0.19% 0.49% -
XYZ 15.72 14.72 21.75 -
YUV 108.92 137.64 133.05 -
System Red Green Blue C M Y K H S L
Decimal 116 102 126 0.08 0.19 0 0.51 275 0.11 0.45
Hex 74 66 7E 8 13 0 33 113 B 2D
Octal 164 146 176 10 23 0 63 423 13 55
Binary 1110100 1100110 1111110 1000 10011 0 110011 100010011 1011 101101

Color Harmonies of #74667E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74667E

Black with #74667E

Text Example


Text Example

White with #74667E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74667E; }

 p { color: rgb(116,102,126); }

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

background-color css

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

 a { background-color: rgb(116,102,126); }

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

border-color css

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

 span { border-color: rgb(116,102,126); }

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