Html Css Color HEX #745072 Trendy Pink

📋 copy color: '#745072'

red 116 ◦ green 80 ◦ blue 114

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

Shades of Trendy Pink #745072

Tints of Trendy Pink #745072

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.81%

 BLUE value IS 114 (44.92% from 255) = 36.77%

R = 37.42%
G = 25.81%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#745072 (or 0x745072) is known color: Trendy Pink. HEX triplet: 74, 50 and 72. RGB value is (116,80,114). Sum of RGB (Red+Green+Blue) = 116+80+114=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 116 - color contains mainly: red. Hex color #745072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745072 is #8BAF8D. Grayscale: #5E5E5E. Windows color (decimal): -9154446 or 7491700. OLE color: 7491700.

HSL color Cylindrical-coordinate representation of color #745072: hue angle of 303.33º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #745072 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 80 114 -
CMYK 0 0.31 0.02 0.55
HSL 303.33º 0.18% 0.38% -
HSV(B) 303.33º 0.31% 0.45% -
XYZ 13.11 10.67 17.29 -
YUV 94.64 138.93 143.24 -
System Red Green Blue C M Y K H S L
Decimal 116 80 114 0 0.31 0.02 0.55 303.33 0.18 0.38
Hex 74 50 72 0 1F 2 37 12F 12 26
Octal 164 120 162 0 37 2 67 457 22 46
Binary 1110100 1010000 1110010 0 11111 10 110111 100101111 10010 100110

Color Harmonies of #745072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745072

Black with #745072

Text Example


Text Example

White with #745072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745072; }

 p { color: rgb(116,80,114); }

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

background-color css

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

 a { background-color: rgb(116,80,114); }

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

border-color css

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

 span { border-color: rgb(116,80,114); }

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