Html Css Color HEX #74687C Mamba

📋 copy color: '#74687C'

red 116 ◦ green 104 ◦ blue 124

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

Shades of Mamba #74687C

Tints of Mamba #74687C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.23%

 BLUE value IS 124 (48.83% from 255) = 36.05%

R = 33.72%
G = 30.23%
B = 36.05%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#74687C (or 0x74687C) is known color: Mamba. HEX triplet: 74, 68 and 7C. RGB value is (116,104,124). Sum of RGB (Red+Green+Blue) = 116+104+124=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 124 (48.83% from 255 or 36.05% from 344); Max value from RGB is 124 - color contains mainly: blue. Hex color #74687C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74687C is #8B9783. Grayscale: #6D6D6D. Windows color (decimal): -9148292 or 8153204. OLE color: 8153204.

HSL color Cylindrical-coordinate representation of color #74687C: hue angle of 276º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #74687C is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 104 124 -
CMYK 0.06 0.16 0 0.51
HSL 276º 0.09% 0.45% -
HSV(B) 276º 0.16% 0.49% -
XYZ 15.79 15.07 21.15 -
YUV 109.87 135.98 132.37 -
System Red Green Blue C M Y K H S L
Decimal 116 104 124 0.06 0.16 0 0.51 276 0.09 0.45
Hex 74 68 7C 6 10 0 33 114 9 2D
Octal 164 150 174 6 20 0 63 424 11 55
Binary 1110100 1101000 1111100 110 10000 0 110011 100010100 1001 101101

Color Harmonies of #74687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74687C

Black with #74687C

Text Example


Text Example

White with #74687C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74687C; }

 p { color: rgb(116,104,124); }

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

background-color css

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

 a { background-color: rgb(116,104,124); }

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

border-color css

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

 span { border-color: rgb(116,104,124); }

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