Html Css Color HEX #745675 Trendy Pink

📋 copy color: '#745675'

red 116 ◦ green 86 ◦ blue 117

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

Shades of Trendy Pink #745675

Tints of Trendy Pink #745675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.96%

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

R = 36.36%
G = 26.96%
B = 36.68%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#745675 (or 0x745675) is known color: Trendy Pink. HEX triplet: 74, 56 and 75. RGB value is (116,86,117). Sum of RGB (Red+Green+Blue) = 116+86+117=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 117 - color contains mainly: blue. Hex color #745675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745675 is #8BA98A. Grayscale: #626262. Windows color (decimal): -9152907 or 7689844. OLE color: 7689844.

HSL color Cylindrical-coordinate representation of color #745675: hue angle of 298.06º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #745675 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 86 117 -
CMYK 0.01 0.26 0 0.54
HSL 298.06º 0.15% 0.4% -
HSV(B) 298.06º 0.26% 0.46% -
XYZ 13.74 11.65 18.35 -
YUV 98.5 138.44 140.48 -
System Red Green Blue C M Y K H S L
Decimal 116 86 117 0.01 0.26 0 0.54 298.06 0.15 0.4
Hex 74 56 75 1 1A 0 36 12A F 28
Octal 164 126 165 1 32 0 66 452 17 50
Binary 1110100 1010110 1110101 1 11010 0 110110 100101010 1111 101000

Color Harmonies of #745675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745675

Black with #745675

Text Example


Text Example

White with #745675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745675; }

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

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

background-color css

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

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

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

border-color css

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

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

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