Html Css Color HEX #755277 Trendy Pink

📋 copy color: '#755277'

red 117 ◦ green 82 ◦ blue 119

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

Shades of Trendy Pink #755277

Tints of Trendy Pink #755277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 37.42%

R = 36.79%
G = 25.79%
B = 37.42%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#755277 (or 0x755277) is known color: Trendy Pink. HEX triplet: 75, 52 and 77. RGB value is (117,82,119). Sum of RGB (Red+Green+Blue) = 117+82+119=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 119 - color contains mainly: blue. Hex color #755277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755277 is #8AAD88. Grayscale: #606060. Windows color (decimal): -9088393 or 7819893. OLE color: 7819893.

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

Color convert

RGB 117 82 119 -
CMYK 0.02 0.31 0 0.53
HSL 296.76º 0.18% 0.39% -
HSV(B) 296.76º 0.31% 0.47% -
XYZ 13.68 11.15 18.88 -
YUV 96.68 140.6 142.49 -
System Red Green Blue C M Y K H S L
Decimal 117 82 119 0.02 0.31 0 0.53 296.76 0.18 0.39
Hex 75 52 77 2 1F 0 35 129 12 27
Octal 165 122 167 2 37 0 65 451 22 47
Binary 1110101 1010010 1110111 10 11111 0 110101 100101001 10010 100111

Color Harmonies of #755277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755277

Black with #755277

Text Example


Text Example

White with #755277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755277; }

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

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

background-color css

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

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

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

border-color css

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

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

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