Html Css Color HEX #745075 Trendy Pink

📋 copy color: '#745075'

red 116 ◦ green 80 ◦ blue 117

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

Shades of Trendy Pink #745075

Tints of Trendy Pink #745075

RGB

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

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

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

R = 37.06%
G = 25.56%
B = 37.38%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#745075 (or 0x745075) is known color: Trendy Pink. HEX triplet: 74, 50 and 75. RGB value is (116,80,117). Sum of RGB (Red+Green+Blue) = 116+80+117=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 117 - color contains mainly: blue. Hex color #745075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745075 is #8BAF8A. Grayscale: #5E5E5E. Windows color (decimal): -9154443 or 7688308. OLE color: 7688308.

HSL color Cylindrical-coordinate representation of color #745075: hue angle of 298.38º 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 #745075 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 80 117 -
CMYK 0.01 0.32 0 0.54
HSL 298.38º 0.19% 0.39% -
HSV(B) 298.38º 0.32% 0.46% -
XYZ 13.28 10.73 18.2 -
YUV 94.98 140.43 142.99 -
System Red Green Blue C M Y K H S L
Decimal 116 80 117 0.01 0.32 0 0.54 298.38 0.19 0.39
Hex 74 50 75 1 20 0 36 12A 13 27
Octal 164 120 165 1 40 0 66 452 23 47
Binary 1110100 1010000 1110101 1 100000 0 110110 100101010 10011 100111

Color Harmonies of #745075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745075

Black with #745075

Text Example


Text Example

White with #745075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745075; }

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

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

background-color css

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

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

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

border-color css

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

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

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