Html Css Color HEX #765073 Trendy Pink

📋 copy color: '#765073'

red 118 ◦ green 80 ◦ blue 115

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

Shades of Trendy Pink #765073

Tints of Trendy Pink #765073

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #765073: hue angle of 304.74º 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 #765073 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 80 115 -
CMYK 0 0.32 0.03 0.54
HSL 304.74º 0.19% 0.39% -
HSV(B) 304.74º 0.32% 0.46% -
XYZ 13.43 10.83 17.6 -
YUV 95.35 139.09 144.15 -
System Red Green Blue C M Y K H S L
Decimal 118 80 115 0 0.32 0.03 0.54 304.74 0.19 0.39
Hex 76 50 73 0 20 3 36 131 13 27
Octal 166 120 163 0 40 3 66 461 23 47
Binary 1110110 1010000 1110011 0 100000 11 110110 100110001 10011 100111

Color Harmonies of #765073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765073

Black with #765073

Text Example


Text Example

White with #765073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765073; }

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

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

background-color css

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

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

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

border-color css

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

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

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