Html Css Color HEX #74677F Mamba

📋 copy color: '#74677F'

red 116 ◦ green 103 ◦ blue 127

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

Shades of Mamba #74677F

Tints of Mamba #74677F

RGB

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

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

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

R = 33.53%
G = 29.77%
B = 36.71%

CMYK

 C value IS 0.09

 M value IS 0.19

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#74677F (or 0x74677F) is known color: Mamba. HEX triplet: 74, 67 and 7F. RGB value is (116,103,127). Sum of RGB (Red+Green+Blue) = 116+103+127=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 127 - color contains mainly: blue. Hex color #74677F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74677F is #8B9880. Grayscale: #6D6D6D. Windows color (decimal): -9148545 or 8349556. OLE color: 8349556.

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

Color convert

RGB 116 103 127 -
CMYK 0.09 0.19 0 0.50
HSL 272.5º 0.1% 0.45% -
HSV(B) 272.5º 0.19% 0.5% -
XYZ 15.88 14.95 22.13 -
YUV 109.62 137.81 132.55 -
System Red Green Blue C M Y K H S L
Decimal 116 103 127 0.09 0.19 0 0.50 272.5 0.1 0.45
Hex 74 67 7F 9 13 0 32 110 A 2D
Octal 164 147 177 11 23 0 62 420 12 55
Binary 1110100 1100111 1111111 1001 10011 0 110010 100010000 1010 101101

Color Harmonies of #74677F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74677F

Black with #74677F

Text Example


Text Example

White with #74677F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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