Html Css Color HEX #745875 Trendy Pink

📋 copy color: '#745875'

red 116 ◦ green 88 ◦ blue 117

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

Shades of Trendy Pink #745875

Tints of Trendy Pink #745875

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.41%

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

R = 36.14%
G = 27.41%
B = 36.45%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#745875 (or 0x745875) is known color: Trendy Pink. HEX triplet: 74, 58 and 75. RGB value is (116,88,117). Sum of RGB (Red+Green+Blue) = 116+88+117=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 117 - color contains mainly: blue. Hex color #745875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745875 is #8BA78A. Grayscale: #636363. Windows color (decimal): -9152395 or 7690356. OLE color: 7690356.

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

Color convert

RGB 116 88 117 -
CMYK 0.01 0.25 0 0.54
HSL 297.93º 0.14% 0.4% -
HSV(B) 297.93º 0.25% 0.46% -
XYZ 13.9 11.98 18.41 -
YUV 99.68 137.78 139.64 -
System Red Green Blue C M Y K H S L
Decimal 116 88 117 0.01 0.25 0 0.54 297.93 0.14 0.4
Hex 74 58 75 1 19 0 36 12A E 28
Octal 164 130 165 1 31 0 66 452 16 50
Binary 1110100 1011000 1110101 1 11001 0 110110 100101010 1110 101000

Color Harmonies of #745875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745875

Black with #745875

Text Example


Text Example

White with #745875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745875; }

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

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

background-color css

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

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

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

border-color css

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

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

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