Html Css Color HEX #745577 Trendy Pink

📋 copy color: '#745577'

red 116 ◦ green 85 ◦ blue 119

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

Shades of Trendy Pink #745577

Tints of Trendy Pink #745577

RGB

 RED value IS 116 (45.7% from 255) = 36.25%

 GREEN value IS 85 (33.59% from 255) = 26.56%

 BLUE value IS 119 (46.88% from 255) = 37.19%

R = 36.25%
G = 26.56%
B = 37.19%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#745577 (or 0x745577) is known color: Trendy Pink. HEX triplet: 74, 55 and 77. RGB value is (116,85,119). Sum of RGB (Red+Green+Blue) = 116+85+119=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 119 - color contains mainly: blue. Hex color #745577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745577 is #8BAA88. Grayscale: #626262. Windows color (decimal): -9153161 or 7820660. OLE color: 7820660.

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

Color convert

RGB 116 85 119 -
CMYK 0.03 0.29 0 0.53
HSL 294.71º 0.17% 0.4% -
HSV(B) 294.71º 0.29% 0.47% -
XYZ 13.78 11.54 18.95 -
YUV 98.15 139.77 140.74 -
System Red Green Blue C M Y K H S L
Decimal 116 85 119 0.03 0.29 0 0.53 294.71 0.17 0.4
Hex 74 55 77 3 1D 0 35 127 11 28
Octal 164 125 167 3 35 0 65 447 21 50
Binary 1110100 1010101 1110111 11 11101 0 110101 100100111 10001 101000

Color Harmonies of #745577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745577

Black with #745577

Text Example


Text Example

White with #745577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745577; }

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

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

background-color css

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

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

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

border-color css

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

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

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