#775374

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

Shades of Trendy Pink #775374

Tints of Trendy Pink #775374

Color information

#775374 (or 0x775374) is unknown color: approx Trendy Pink. HEX triplet: 77, 53 and 74. RGB value is (119,83,116). Sum of RGB (Red+Green+Blue) = 119+83+116=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 119 - color contains mainly: red. Hex color #775374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775374 is #88AC8B. Grayscale: #616161. Windows color (decimal): -8957068 or 7623543. OLE color: 7623543.

HSL color Cylindrical-coordinate representation of color #775374: hue angle of 305º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #775374 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB11983116-
CMYK00.300.030.53
HSL305º17.82%39.61%-
HSV(B)305º30.25%46.67%-
XYZ13.8511.3717.99-
YUV97.53138.43143.32-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.42%
GREEN value IS 83 (32.81% from 255) = 26.10%
BLUE value IS 116 (45.70% from 255) = 36.48%
R=37.42%
G=26.10%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198311600.300.030.5330517.8239.61
Hex77537401E3351311228
Octal1671231640363654612250
Binary1110111101001111101000111101111010110011000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775374; }

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

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

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

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

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

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

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

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