Html Css Color HEX #745775 Trendy Pink

📋 copy color: '#745775'

red 116 ◦ green 87 ◦ blue 117

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

Shades of Trendy Pink #745775

Tints of Trendy Pink #745775

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.19%

 BLUE value IS 117 (46.09% from 255) = 36.56%

R = 36.25%
G = 27.19%
B = 36.56%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#745775 (or 0x745775) is known color: Trendy Pink. HEX triplet: 74, 57 and 75. RGB value is (116,87,117). Sum of RGB (Red+Green+Blue) = 116+87+117=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 117 - color contains mainly: blue. Hex color #745775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745775 is #8BA88A. Grayscale: #636363. Windows color (decimal): -9152651 or 7690100. OLE color: 7690100.

HSL color Cylindrical-coordinate representation of color #745775: hue angle of 298º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #745775 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 87 117 -
CMYK 0.01 0.26 0 0.54
HSL 298º 0.15% 0.4% -
HSV(B) 298º 0.26% 0.46% -
XYZ 13.82 11.81 18.38 -
YUV 99.09 138.11 140.06 -
System Red Green Blue C M Y K H S L
Decimal 116 87 117 0.01 0.26 0 0.54 298 0.15 0.4
Hex 74 57 75 1 1A 0 36 12A F 28
Octal 164 127 165 1 32 0 66 452 17 50
Binary 1110100 1010111 1110101 1 11010 0 110110 100101010 1111 101000

Color Harmonies of #745775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745775

Black with #745775

Text Example


Text Example

White with #745775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745775; }

 p { color: rgb(116,87,117); }

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

background-color css

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

 a { background-color: rgb(116,87,117); }

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

border-color css

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

 span { border-color: rgb(116,87,117); }

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