Html Css Color HEX #795476 Trendy Pink

📋 copy color: '#795476'

red 121 ◦ green 84 ◦ blue 118

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

Shades of Trendy Pink #795476

Tints of Trendy Pink #795476

RGB

 RED value IS 121 (47.66% from 255) = 37.46%

 GREEN value IS 84 (33.2% from 255) = 26.01%

 BLUE value IS 118 (46.48% from 255) = 36.53%

R = 37.46%
G = 26.01%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#795476 (or 0x795476) is known color: Trendy Pink. HEX triplet: 79, 54 and 76. RGB value is (121,84,118). Sum of RGB (Red+Green+Blue) = 121+84+118=323 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.46% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 121 - color contains mainly: red. Hex color #795476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795476 is #86AB89. Grayscale: #626262. Windows color (decimal): -8825738 or 7754873. OLE color: 7754873.

HSL color Cylindrical-coordinate representation of color #795476: hue angle of 304.86º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #795476 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 84 118 -
CMYK 0 0.31 0.02 0.53
HSL 304.86º 0.18% 0.4% -
HSV(B) 304.86º 0.31% 0.47% -
XYZ 14.33 11.71 18.65 -
YUV 98.94 138.76 143.74 -
System Red Green Blue C M Y K H S L
Decimal 121 84 118 0 0.31 0.02 0.53 304.86 0.18 0.4
Hex 79 54 76 0 1F 2 35 131 12 28
Octal 171 124 166 0 37 2 65 461 22 50
Binary 1111001 1010100 1110110 0 11111 10 110101 100110001 10010 101000

Color Harmonies of #795476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795476

Black with #795476

Text Example


Text Example

White with #795476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795476; }

 p { color: rgb(121,84,118); }

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

background-color css

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

 a { background-color: rgb(121,84,118); }

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

border-color css

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

 span { border-color: rgb(121,84,118); }

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