Html Css Color HEX #745273 Trendy Pink

📋 copy color: '#745273'

red 116 ◦ green 82 ◦ blue 115

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

Shades of Trendy Pink #745273

Tints of Trendy Pink #745273

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.2%

 BLUE value IS 115 (45.31% from 255) = 36.74%

R = 37.06%
G = 26.2%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#745273 (or 0x745273) is known color: Trendy Pink. HEX triplet: 74, 52 and 73. RGB value is (116,82,115). Sum of RGB (Red+Green+Blue) = 116+82+115=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 116 - color contains mainly: red. Hex color #745273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745273 is #8BAD8C. Grayscale: #5F5F5F. Windows color (decimal): -9153933 or 7557748. OLE color: 7557748.

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

Color convert

RGB 116 82 115 -
CMYK 0 0.29 0.01 0.55
HSL 301.76º 0.17% 0.39% -
HSV(B) 301.76º 0.29% 0.45% -
XYZ 13.31 10.99 17.64 -
YUV 95.93 138.76 142.32 -
System Red Green Blue C M Y K H S L
Decimal 116 82 115 0 0.29 0.01 0.55 301.76 0.17 0.39
Hex 74 52 73 0 1D 1 37 12E 11 27
Octal 164 122 163 0 35 1 67 456 21 47
Binary 1110100 1010010 1110011 0 11101 1 110111 100101110 10001 100111

Color Harmonies of #745273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745273

Black with #745273

Text Example


Text Example

White with #745273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745273; }

 p { color: rgb(116,82,115); }

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

background-color css

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

 a { background-color: rgb(116,82,115); }

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

border-color css

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

 span { border-color: rgb(116,82,115); }

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