Html Css Color HEX #76494F Solid Pink

📋 copy color: '#76494F'

red 118 ◦ green 73 ◦ blue 79

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

Shades of Solid Pink #76494F

Tints of Solid Pink #76494F

RGB

 RED value IS 118 (46.48% from 255) = 43.7%

 GREEN value IS 73 (28.91% from 255) = 27.04%

 BLUE value IS 79 (31.25% from 255) = 29.26%

R = 43.7%
G = 27.04%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#76494F (or 0x76494F) is known color: Solid Pink. HEX triplet: 76, 49 and 4F. RGB value is (118,73,79). Sum of RGB (Red+Green+Blue) = 118+73+79=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #76494F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76494F is #89B6B0. Grayscale: #575757. Windows color (decimal): -9025201 or 5196150. OLE color: 5196150.

HSL color Cylindrical-coordinate representation of color #76494F: hue angle of 352º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76494F is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 73 79 -
CMYK 0 0.38 0.33 0.54
HSL 352º 0.24% 0.37% -
HSV(B) 352º 0.38% 0.46% -
XYZ 11.27 9.18 8.58 -
YUV 87.14 123.41 150.01 -
System Red Green Blue C M Y K H S L
Decimal 118 73 79 0 0.38 0.33 0.54 352 0.24 0.37
Hex 76 49 4F 0 26 21 36 160 18 25
Octal 166 111 117 0 46 41 66 540 30 45
Binary 1110110 1001001 1001111 0 100110 100001 110110 101100000 11000 100101

Color Harmonies of #76494F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76494F

Black with #76494F

Text Example


Text Example

White with #76494F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,73,79); }

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

background-color css

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

 a { background-color: rgb(118,73,79); }

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

border-color css

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

 span { border-color: rgb(118,73,79); }

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