Html Css Color HEX #795976 Trendy Pink

📋 copy color: '#795976'

red 121 ◦ green 89 ◦ blue 118

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

Shades of Trendy Pink #795976

Tints of Trendy Pink #795976

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.13%

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

R = 36.89%
G = 27.13%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#795976 (or 0x795976) is known color: Trendy Pink. HEX triplet: 79, 59 and 76. RGB value is (121,89,118). Sum of RGB (Red+Green+Blue) = 121+89+118=328 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.89% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 121 - color contains mainly: red. Hex color #795976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795976 is #86A689. Grayscale: #656565. Windows color (decimal): -8824458 or 7756153. OLE color: 7756153.

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

Color convert

RGB 121 89 118 -
CMYK 0 0.26 0.02 0.53
HSL 305.63º 0.15% 0.41% -
HSV(B) 305.63º 0.26% 0.47% -
XYZ 14.73 12.52 18.78 -
YUV 101.87 137.1 141.64 -
System Red Green Blue C M Y K H S L
Decimal 121 89 118 0 0.26 0.02 0.53 305.63 0.15 0.41
Hex 79 59 76 0 1A 2 35 132 F 29
Octal 171 131 166 0 32 2 65 462 17 51
Binary 1111001 1011001 1110110 0 11010 10 110101 100110010 1111 101001

Color Harmonies of #795976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795976

Black with #795976

Text Example


Text Example

White with #795976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795976; }

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

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

background-color css

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

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

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

border-color css

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

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

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