Html Css Color HEX #795676 Trendy Pink

📋 copy color: '#795676'

red 121 ◦ green 86 ◦ blue 118

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

Shades of Trendy Pink #795676

Tints of Trendy Pink #795676

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.46%

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

R = 37.23%
G = 26.46%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#795676 (or 0x795676) is known color: Trendy Pink. HEX triplet: 79, 56 and 76. RGB value is (121,86,118). Sum of RGB (Red+Green+Blue) = 121+86+118=325 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.23% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 121 - color contains mainly: red. Hex color #795676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795676 is #86A989. Grayscale: #646464. Windows color (decimal): -8825226 or 7755385. OLE color: 7755385.

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

Color convert

RGB 121 86 118 -
CMYK 0 0.29 0.02 0.53
HSL 305.14º 0.17% 0.41% -
HSV(B) 305.14º 0.29% 0.47% -
XYZ 14.48 12.03 18.7 -
YUV 100.11 138.1 142.9 -
System Red Green Blue C M Y K H S L
Decimal 121 86 118 0 0.29 0.02 0.53 305.14 0.17 0.41
Hex 79 56 76 0 1D 2 35 131 11 29
Octal 171 126 166 0 35 2 65 461 21 51
Binary 1111001 1010110 1110110 0 11101 10 110101 100110001 10001 101001

Color Harmonies of #795676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795676

Black with #795676

Text Example


Text Example

White with #795676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795676; }

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

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

background-color css

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

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

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

border-color css

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

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

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