Html Css Color HEX #74677E Mamba

📋 copy color: '#74677E'

red 116 ◦ green 103 ◦ blue 126

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

Shades of Mamba #74677E

Tints of Mamba #74677E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.86%

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

R = 33.62%
G = 29.86%
B = 36.52%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#74677E (or 0x74677E) is known color: Mamba. HEX triplet: 74, 67 and 7E. RGB value is (116,103,126). Sum of RGB (Red+Green+Blue) = 116+103+126=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 126 - color contains mainly: blue. Hex color #74677E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74677E is #8B9881. Grayscale: #6D6D6D. Windows color (decimal): -9148546 or 8284020. OLE color: 8284020.

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

Color convert

RGB 116 103 126 -
CMYK 0.08 0.18 0 0.51
HSL 273.91º 0.1% 0.45% -
HSV(B) 273.91º 0.18% 0.49% -
XYZ 15.82 14.92 21.78 -
YUV 109.51 137.31 132.63 -
System Red Green Blue C M Y K H S L
Decimal 116 103 126 0.08 0.18 0 0.51 273.91 0.1 0.45
Hex 74 67 7E 8 12 0 33 112 A 2D
Octal 164 147 176 10 22 0 63 422 12 55
Binary 1110100 1100111 1111110 1000 10010 0 110011 100010010 1010 101101

Color Harmonies of #74677E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74677E

Black with #74677E

Text Example


Text Example

White with #74677E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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