Html Css Color HEX #775072 Trendy Pink

📋 copy color: '#775072'

red 119 ◦ green 80 ◦ blue 114

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

Shades of Trendy Pink #775072

Tints of Trendy Pink #775072

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.56%

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

R = 38.02%
G = 25.56%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#775072 (or 0x775072) is known color: Trendy Pink. HEX triplet: 77, 50 and 72. RGB value is (119,80,114). Sum of RGB (Red+Green+Blue) = 119+80+114=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 119 - color contains mainly: red. Hex color #775072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775072 is #88AF8D. Grayscale: #5F5F5F. Windows color (decimal): -8957838 or 7491703. OLE color: 7491703.

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

Color convert

RGB 119 80 114 -
CMYK 0 0.33 0.04 0.53
HSL 307.69º 0.2% 0.39% -
HSV(B) 307.69º 0.33% 0.47% -
XYZ 13.51 10.87 17.31 -
YUV 95.54 138.42 144.74 -
System Red Green Blue C M Y K H S L
Decimal 119 80 114 0 0.33 0.04 0.53 307.69 0.2 0.39
Hex 77 50 72 0 21 4 35 134 14 27
Octal 167 120 162 0 41 4 65 464 24 47
Binary 1110111 1010000 1110010 0 100001 100 110101 100110100 10100 100111

Color Harmonies of #775072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775072

Black with #775072

Text Example


Text Example

White with #775072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775072; }

 p { color: rgb(119,80,114); }

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

background-color css

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

 a { background-color: rgb(119,80,114); }

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

border-color css

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

 span { border-color: rgb(119,80,114); }

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