Html Css Color HEX #745176 Trendy Pink

📋 copy color: '#745176'

red 116 ◦ green 81 ◦ blue 118

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

Shades of Trendy Pink #745176

Tints of Trendy Pink #745176

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.71%

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

R = 36.83%
G = 25.71%
B = 37.46%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#745176 (or 0x745176) is known color: Trendy Pink. HEX triplet: 74, 51 and 76. RGB value is (116,81,118). Sum of RGB (Red+Green+Blue) = 116+81+118=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 118 - color contains mainly: blue. Hex color #745176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745176 is #8BAE89. Grayscale: #5F5F5F. Windows color (decimal): -9154186 or 7754100. OLE color: 7754100.

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

Color convert

RGB 116 81 118 -
CMYK 0.02 0.31 0 0.54
HSL 296.76º 0.19% 0.39% -
HSV(B) 296.76º 0.31% 0.46% -
XYZ 13.41 10.91 18.54 -
YUV 95.68 140.6 142.49 -
System Red Green Blue C M Y K H S L
Decimal 116 81 118 0.02 0.31 0 0.54 296.76 0.19 0.39
Hex 74 51 76 2 1F 0 36 129 13 27
Octal 164 121 166 2 37 0 66 451 23 47
Binary 1110100 1010001 1110110 10 11111 0 110110 100101001 10011 100111

Color Harmonies of #745176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745176

Black with #745176

Text Example


Text Example

White with #745176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745176; }

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

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

background-color css

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

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

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

border-color css

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

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

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