Html Css Color HEX #735076 Trendy Pink

📋 copy color: '#735076'

red 115 ◦ green 80 ◦ blue 118

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

Shades of Trendy Pink #735076

Tints of Trendy Pink #735076

RGB

 RED value IS 115 (45.31% from 255) = 36.74%

 GREEN value IS 80 (31.64% from 255) = 25.56%

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

R = 36.74%
G = 25.56%
B = 37.7%

CMYK

 C value IS 0.03

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#735076 (or 0x735076) is known color: Trendy Pink. HEX triplet: 73, 50 and 76. RGB value is (115,80,118). Sum of RGB (Red+Green+Blue) = 115+80+118=313 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.74% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 118 - color contains mainly: blue. Hex color #735076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735076 is #8CAF89. Grayscale: #5E5E5E. Windows color (decimal): -9219978 or 7753843. OLE color: 7753843.

HSL color Cylindrical-coordinate representation of color #735076: hue angle of 295.26º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #735076 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 115 80 118 -
CMYK 0.03 0.32 0 0.54
HSL 295.26º 0.19% 0.39% -
HSV(B) 295.26º 0.32% 0.46% -
XYZ 13.21 10.69 18.51 -
YUV 94.8 141.1 142.41 -
System Red Green Blue C M Y K H S L
Decimal 115 80 118 0.03 0.32 0 0.54 295.26 0.19 0.39
Hex 73 50 76 3 20 0 36 127 13 27
Octal 163 120 166 3 40 0 66 447 23 47
Binary 1110011 1010000 1110110 11 100000 0 110110 100100111 10011 100111

Color Harmonies of #735076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735076

Black with #735076

Text Example


Text Example

White with #735076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735076; }

 p { color: rgb(115,80,118); }

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

background-color css

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

 a { background-color: rgb(115,80,118); }

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

border-color css

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

 span { border-color: rgb(115,80,118); }

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