Html Css Color HEX #755372 Trendy Pink

📋 copy color: '#755372'

red 117 ◦ green 83 ◦ blue 114

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

Shades of Trendy Pink #755372

Tints of Trendy Pink #755372

RGB

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

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

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

R = 37.26%
G = 26.43%
B = 36.31%

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

#755372 (or 0x755372) is known color: Trendy Pink. HEX triplet: 75, 53 and 72. RGB value is (117,83,114). Sum of RGB (Red+Green+Blue) = 117+83+114=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 117 - color contains mainly: red. Hex color #755372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755372 is #8AAC8D. Grayscale: #606060. Windows color (decimal): -9088142 or 7492469. OLE color: 7492469.

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

Color convert

RGB 117 83 114 -
CMYK 0 0.29 0.03 0.54
HSL 305.29º 0.17% 0.39% -
HSV(B) 305.29º 0.29% 0.46% -
XYZ 13.47 11.18 17.37 -
YUV 96.7 137.76 142.48 -
System Red Green Blue C M Y K H S L
Decimal 117 83 114 0 0.29 0.03 0.54 305.29 0.17 0.39
Hex 75 53 72 0 1D 3 36 131 11 27
Octal 165 123 162 0 35 3 66 461 21 47
Binary 1110101 1010011 1110010 0 11101 11 110110 100110001 10001 100111

Color Harmonies of #755372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755372

Black with #755372

Text Example


Text Example

White with #755372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755372; }

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

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

background-color css

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

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

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

border-color css

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

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

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