Html Css Color HEX #775273 Trendy Pink

📋 copy color: '#775273'

red 119 ◦ green 82 ◦ blue 115

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

Shades of Trendy Pink #775273

Tints of Trendy Pink #775273

RGB

 RED value IS 119 (46.88% from 255) = 37.66%

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

 BLUE value IS 115 (45.31% from 255) = 36.39%

R = 37.66%
G = 25.95%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#775273 (or 0x775273) is known color: Trendy Pink. HEX triplet: 77, 52 and 73. RGB value is (119,82,115). Sum of RGB (Red+Green+Blue) = 119+82+115=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 119 - color contains mainly: red. Hex color #775273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775273 is #88AD8C. Grayscale: #606060. Windows color (decimal): -8957325 or 7557751. OLE color: 7557751.

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

Color convert

RGB 119 82 115 -
CMYK 0 0.31 0.03 0.53
HSL 306.49º 0.18% 0.39% -
HSV(B) 306.49º 0.31% 0.47% -
XYZ 13.72 11.19 17.66 -
YUV 96.83 138.26 143.82 -
System Red Green Blue C M Y K H S L
Decimal 119 82 115 0 0.31 0.03 0.53 306.49 0.18 0.39
Hex 77 52 73 0 1F 3 35 132 12 27
Octal 167 122 163 0 37 3 65 462 22 47
Binary 1110111 1010010 1110011 0 11111 11 110101 100110010 10010 100111

Color Harmonies of #775273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775273

Black with #775273

Text Example


Text Example

White with #775273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775273; }

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

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

background-color css

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

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

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

border-color css

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

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

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