Html Css Color HEX #74697B Mamba

📋 copy color: '#74697B'

red 116 ◦ green 105 ◦ blue 123

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

Shades of Mamba #74697B

Tints of Mamba #74697B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.52%

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

R = 33.72%
G = 30.52%
B = 35.76%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#74697B (or 0x74697B) is known color: Mamba. HEX triplet: 74, 69 and 7B. RGB value is (116,105,123). Sum of RGB (Red+Green+Blue) = 116+105+123=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 123 - color contains mainly: blue. Hex color #74697B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74697B is #8B9684. Grayscale: #6E6E6E. Windows color (decimal): -9148037 or 8087924. OLE color: 8087924.

HSL color Cylindrical-coordinate representation of color #74697B: hue angle of 276.67º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #74697B is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 116 105 123 -
CMYK 0.06 0.15 0 0.52
HSL 276.67º 0.08% 0.45% -
HSV(B) 276.67º 0.15% 0.48% -
XYZ 15.83 15.25 20.85 -
YUV 110.34 135.14 132.04 -
System Red Green Blue C M Y K H S L
Decimal 116 105 123 0.06 0.15 0 0.52 276.67 0.08 0.45
Hex 74 69 7B 6 F 0 34 115 8 2D
Octal 164 151 173 6 17 0 64 425 10 55
Binary 1110100 1101001 1111011 110 1111 0 110100 100010101 1000 101101

Color Harmonies of #74697B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74697B

Black with #74697B

Text Example


Text Example

White with #74697B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74697B; }

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

 H1.HeaderClassName
 {
   color: #74697B;
 }
 .AnyTagClassName
 {
   color: #74697B;
 }
</style>

background-color css

<style>
 a { background-color: #74697B; }

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

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

border-color css

<style>
 span { border-color: #74697B; }

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

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