Html Css Color HEX #755072 Trendy Pink

📋 copy color: '#755072'

red 117 ◦ green 80 ◦ blue 114

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

Shades of Trendy Pink #755072

Tints of Trendy Pink #755072

RGB

 RED value IS 117 (46.09% from 255) = 37.62%

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

 BLUE value IS 114 (44.92% from 255) = 36.66%

R = 37.62%
G = 25.72%
B = 36.66%

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

#755072 (or 0x755072) is known color: Trendy Pink. HEX triplet: 75, 50 and 72. RGB value is (117,80,114). Sum of RGB (Red+Green+Blue) = 117+80+114=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 117 - color contains mainly: red. Hex color #755072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755072 is #8AAF8D. Grayscale: #5E5E5E. Windows color (decimal): -9088910 or 7491701. OLE color: 7491701.

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

Color convert

RGB 117 80 114 -
CMYK 0 0.32 0.03 0.54
HSL 304.86º 0.19% 0.39% -
HSV(B) 304.86º 0.32% 0.46% -
XYZ 13.24 10.73 17.29 -
YUV 94.94 138.76 143.74 -
System Red Green Blue C M Y K H S L
Decimal 117 80 114 0 0.32 0.03 0.54 304.86 0.19 0.39
Hex 75 50 72 0 20 3 36 131 13 27
Octal 165 120 162 0 40 3 66 461 23 47
Binary 1110101 1010000 1110010 0 100000 11 110110 100110001 10011 100111

Color Harmonies of #755072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755072

Black with #755072

Text Example


Text Example

White with #755072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755072; }

 p { color: rgb(117,80,114); }

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

background-color css

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

 a { background-color: rgb(117,80,114); }

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

border-color css

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

 span { border-color: rgb(117,80,114); }

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