Html Css Color HEX #745375 Trendy Pink

📋 copy color: '#745375'

red 116 ◦ green 83 ◦ blue 117

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

Shades of Trendy Pink #745375

Tints of Trendy Pink #745375

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.27%

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

R = 36.71%
G = 26.27%
B = 37.03%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#745375 (or 0x745375) is known color: Trendy Pink. HEX triplet: 74, 53 and 75. RGB value is (116,83,117). Sum of RGB (Red+Green+Blue) = 116+83+117=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 117 - color contains mainly: blue. Hex color #745375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745375 is #8BAC8A. Grayscale: #606060. Windows color (decimal): -9153675 or 7689076. OLE color: 7689076.

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

Color convert

RGB 116 83 117 -
CMYK 0.01 0.29 0 0.54
HSL 298.24º 0.17% 0.39% -
HSV(B) 298.24º 0.29% 0.46% -
XYZ 13.51 11.18 18.28 -
YUV 96.74 139.43 141.74 -
System Red Green Blue C M Y K H S L
Decimal 116 83 117 0.01 0.29 0 0.54 298.24 0.17 0.39
Hex 74 53 75 1 1D 0 36 12A 11 27
Octal 164 123 165 1 35 0 66 452 21 47
Binary 1110100 1010011 1110101 1 11101 0 110110 100101010 10001 100111

Color Harmonies of #745375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745375

Black with #745375

Text Example


Text Example

White with #745375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745375; }

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

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

background-color css

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

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

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

border-color css

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

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

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