Html Css Color HEX #765473 Trendy Pink

📋 copy color: '#765473'

red 118 ◦ green 84 ◦ blue 115

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

Shades of Trendy Pink #765473

Tints of Trendy Pink #765473

RGB

 RED value IS 118 (46.48% from 255) = 37.22%

 GREEN value IS 84 (33.2% from 255) = 26.5%

 BLUE value IS 115 (45.31% from 255) = 36.28%

R = 37.22%
G = 26.5%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#765473 (or 0x765473) is known color: Trendy Pink. HEX triplet: 76, 54 and 73. RGB value is (118,84,115). Sum of RGB (Red+Green+Blue) = 118+84+115=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 118 - color contains mainly: red. Hex color #765473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765473 is #89AB8C. Grayscale: #616161. Windows color (decimal): -9022349 or 7558262. OLE color: 7558262.

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

Color convert

RGB 118 84 115 -
CMYK 0 0.29 0.03 0.54
HSL 305.29º 0.17% 0.4% -
HSV(B) 305.29º 0.29% 0.46% -
XYZ 13.74 11.43 17.7 -
YUV 97.7 137.76 142.48 -
System Red Green Blue C M Y K H S L
Decimal 118 84 115 0 0.29 0.03 0.54 305.29 0.17 0.4
Hex 76 54 73 0 1D 3 36 131 11 28
Octal 166 124 163 0 35 3 66 461 21 50
Binary 1110110 1010100 1110011 0 11101 11 110110 100110001 10001 101000

Color Harmonies of #765473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765473

Black with #765473

Text Example


Text Example

White with #765473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765473; }

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

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

background-color css

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

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

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

border-color css

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

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

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