#774B75

Color #774B75 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #774B75

Tints of Trendy Pink #774B75

Color information

#774B75 (or 0x774B75) is unknown color: approx Trendy Pink. HEX triplet: 77, 4B and 75. RGB value is (119,75,117). Sum of RGB (Red+Green+Blue) = 119+75+117=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 75 (29.69% from 255 or 24.12% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 119 - color contains mainly: red. Hex color #774B75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774B75 is #88B48A. Grayscale: #5C5C5C. Windows color (decimal): -8959115 or 7687031. OLE color: 7687031.

HSL color Cylindrical-coordinate representation of color #774B75: hue angle of 302.73º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #774B75 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB11975117-
CMYK00.370.020.53
HSL302.73º22.68%38.04%-
HSV(B)302.73º36.97%46.67%-
XYZ13.3310.2418.1-
YUV92.94141.58146.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.26%
GREEN value IS 75 (29.69% from 255) = 24.12%
BLUE value IS 117 (46.09% from 255) = 37.62%
R=38.26%
G=24.12%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1197511700.370.020.53302.7322.6838.04
Hex774B7502523512f1726
Octal1671131650452654572746
Binary11101111001011111010101001011011010110010111110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774B75; }

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

 H1.HeaderClassName
 {
   color: #774B75;
 }
 .AnyTagClassName
 {
   color: #774B75;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #774B75;
 }
 .BgClassName
 {
   background-color: #774B75;
 }
</style>
border-color css

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

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

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