Html Css Color HEX #735376 Trendy Pink

📋 copy color: '#735376'

red 115 ◦ green 83 ◦ blue 118

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

Shades of Trendy Pink #735376

Tints of Trendy Pink #735376

RGB

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

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

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

R = 36.39%
G = 26.27%
B = 37.34%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#735376 (or 0x735376) is known color: Trendy Pink. HEX triplet: 73, 53 and 76. RGB value is (115,83,118). Sum of RGB (Red+Green+Blue) = 115+83+118=316 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.39% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 118 - color contains mainly: blue. Hex color #735376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735376 is #8CAC89. Grayscale: #606060. Windows color (decimal): -9219210 or 7754611. OLE color: 7754611.

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

Color convert

RGB 115 83 118 -
CMYK 0.03 0.30 0 0.54
HSL 294.86º 0.17% 0.39% -
HSV(B) 294.86º 0.3% 0.46% -
XYZ 13.43 11.14 18.58 -
YUV 96.56 140.1 141.15 -
System Red Green Blue C M Y K H S L
Decimal 115 83 118 0.03 0.30 0 0.54 294.86 0.17 0.39
Hex 73 53 76 3 1E 0 36 127 11 27
Octal 163 123 166 3 36 0 66 447 21 47
Binary 1110011 1010011 1110110 11 11110 0 110110 100100111 10001 100111

Color Harmonies of #735376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735376

Black with #735376

Text Example


Text Example

White with #735376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735376; }

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

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

background-color css

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

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

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

border-color css

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

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

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