Html Css Color HEX #775074 Trendy Pink

📋 copy color: '#775074'

red 119 ◦ green 80 ◦ blue 116

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

Shades of Trendy Pink #775074

Tints of Trendy Pink #775074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.83%

R = 37.78%
G = 25.4%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#775074 (or 0x775074) is known color: Trendy Pink. HEX triplet: 77, 50 and 74. RGB value is (119,80,116). Sum of RGB (Red+Green+Blue) = 119+80+116=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 119 - color contains mainly: red. Hex color #775074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775074 is #88AF8B. Grayscale: #5F5F5F. Windows color (decimal): -8957836 or 7622775. OLE color: 7622775.

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

Color convert

RGB 119 80 116 -
CMYK 0 0.33 0.03 0.53
HSL 304.62º 0.2% 0.39% -
HSV(B) 304.62º 0.33% 0.47% -
XYZ 13.63 10.92 17.91 -
YUV 95.77 139.42 144.57 -
System Red Green Blue C M Y K H S L
Decimal 119 80 116 0 0.33 0.03 0.53 304.62 0.2 0.39
Hex 77 50 74 0 21 3 35 131 14 27
Octal 167 120 164 0 41 3 65 461 24 47
Binary 1110111 1010000 1110100 0 100001 11 110101 100110001 10100 100111

Color Harmonies of #775074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775074

Black with #775074

Text Example


Text Example

White with #775074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775074; }

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

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

background-color css

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

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

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

border-color css

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

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

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