Html Css Color HEX #745076 Trendy Pink

📋 copy color: '#745076'

red 116 ◦ green 80 ◦ blue 118

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

Shades of Trendy Pink #745076

Tints of Trendy Pink #745076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.58%

R = 36.94%
G = 25.48%
B = 37.58%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#745076 (or 0x745076) is known color: Trendy Pink. HEX triplet: 74, 50 and 76. RGB value is (116,80,118). Sum of RGB (Red+Green+Blue) = 116+80+118=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 118 - color contains mainly: blue. Hex color #745076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745076 is #8BAF89. Grayscale: #5E5E5E. Windows color (decimal): -9154442 or 7753844. OLE color: 7753844.

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

Color convert

RGB 116 80 118 -
CMYK 0.02 0.32 0 0.54
HSL 296.84º 0.19% 0.39% -
HSV(B) 296.84º 0.32% 0.46% -
XYZ 13.34 10.76 18.51 -
YUV 95.1 140.93 142.91 -
System Red Green Blue C M Y K H S L
Decimal 116 80 118 0.02 0.32 0 0.54 296.84 0.19 0.39
Hex 74 50 76 2 20 0 36 129 13 27
Octal 164 120 166 2 40 0 66 451 23 47
Binary 1110100 1010000 1110110 10 100000 0 110110 100101001 10011 100111

Color Harmonies of #745076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745076

Black with #745076

Text Example


Text Example

White with #745076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745076; }

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

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

background-color css

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

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

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

border-color css

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

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

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