Html Css Color HEX #755276 Trendy Pink

📋 copy color: '#755276'

red 117 ◦ green 82 ◦ blue 118

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

Shades of Trendy Pink #755276

Tints of Trendy Pink #755276

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.87%

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

R = 36.91%
G = 25.87%
B = 37.22%

CMYK

 C value IS 0.01

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#755276 (or 0x755276) is known color: Trendy Pink. HEX triplet: 75, 52 and 76. RGB value is (117,82,118). Sum of RGB (Red+Green+Blue) = 117+82+118=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 118 - color contains mainly: blue. Hex color #755276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755276 is #8AAD89. Grayscale: #606060. Windows color (decimal): -9088394 or 7754357. OLE color: 7754357.

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

Color convert

RGB 117 82 118 -
CMYK 0.01 0.31 0 0.54
HSL 298.33º 0.18% 0.39% -
HSV(B) 298.33º 0.31% 0.46% -
XYZ 13.62 11.12 18.57 -
YUV 96.57 140.1 142.57 -
System Red Green Blue C M Y K H S L
Decimal 117 82 118 0.01 0.31 0 0.54 298.33 0.18 0.39
Hex 75 52 76 1 1F 0 36 12A 12 27
Octal 165 122 166 1 37 0 66 452 22 47
Binary 1110101 1010010 1110110 1 11111 0 110110 100101010 10010 100111

Color Harmonies of #755276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755276

Black with #755276

Text Example


Text Example

White with #755276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755276; }

 p { color: rgb(117,82,118); }

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

background-color css

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

 a { background-color: rgb(117,82,118); }

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

border-color css

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

 span { border-color: rgb(117,82,118); }

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