Html Css Color HEX #795376 Trendy Pink

📋 copy color: '#795376'

red 121 ◦ green 83 ◦ blue 118

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

Shades of Trendy Pink #795376

Tints of Trendy Pink #795376

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.78%

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

R = 37.58%
G = 25.78%
B = 36.65%

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

#795376 (or 0x795376) is known color: Trendy Pink. HEX triplet: 79, 53 and 76. RGB value is (121,83,118). Sum of RGB (Red+Green+Blue) = 121+83+118=322 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.58% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 121 - color contains mainly: red. Hex color #795376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795376 is #86AC89. Grayscale: #626262. Windows color (decimal): -8825994 or 7754617. OLE color: 7754617.

HSL color Cylindrical-coordinate representation of color #795376: hue angle of 304.74º degrees, saturation: 0.19, 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 #795376 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 83 118 -
CMYK 0 0.31 0.02 0.53
HSL 304.74º 0.19% 0.4% -
HSV(B) 304.74º 0.31% 0.47% -
XYZ 14.25 11.56 18.62 -
YUV 98.35 139.09 144.15 -
System Red Green Blue C M Y K H S L
Decimal 121 83 118 0 0.31 0.02 0.53 304.74 0.19 0.4
Hex 79 53 76 0 1F 2 35 131 13 28
Octal 171 123 166 0 37 2 65 461 23 50
Binary 1111001 1010011 1110110 0 11111 10 110101 100110001 10011 101000

Color Harmonies of #795376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795376

Black with #795376

Text Example


Text Example

White with #795376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795376; }

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

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

background-color css

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

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

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

border-color css

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

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

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