Html Css Color HEX #755279 Trendy Pink

📋 copy color: '#755279'

red 117 ◦ green 82 ◦ blue 121

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

Shades of Trendy Pink #755279

Tints of Trendy Pink #755279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 37.81%

R = 36.56%
G = 25.63%
B = 37.81%

CMYK

 C value IS 0.03

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#755279 (or 0x755279) is known color: Trendy Pink. HEX triplet: 75, 52 and 79. RGB value is (117,82,121). Sum of RGB (Red+Green+Blue) = 117+82+121=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 121 (47.66% from 255 or 37.81% from 320); Max value from RGB is 121 - color contains mainly: blue. Hex color #755279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755279 is #8AAD86. Grayscale: #606060. Windows color (decimal): -9088391 or 7950965. OLE color: 7950965.

HSL color Cylindrical-coordinate representation of color #755279: hue angle of 293.85º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #755279 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 82 121 -
CMYK 0.03 0.32 0 0.53
HSL 293.85º 0.19% 0.4% -
HSV(B) 293.85º 0.32% 0.47% -
XYZ 13.8 11.2 19.52 -
YUV 96.91 141.6 142.33 -
System Red Green Blue C M Y K H S L
Decimal 117 82 121 0.03 0.32 0 0.53 293.85 0.19 0.4
Hex 75 52 79 3 20 0 35 126 13 28
Octal 165 122 171 3 40 0 65 446 23 50
Binary 1110101 1010010 1111001 11 100000 0 110101 100100110 10011 101000

Color Harmonies of #755279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755279

Black with #755279

Text Example


Text Example

White with #755279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755279; }

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

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

background-color css

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

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

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

border-color css

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

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

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