Html Css Color HEX #765875 Trendy Pink

📋 copy color: '#765875'

red 118 ◦ green 88 ◦ blue 117

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

Shades of Trendy Pink #765875

Tints of Trendy Pink #765875

RGB

 RED value IS 118 (46.48% from 255) = 36.53%

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

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

R = 36.53%
G = 27.24%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#765875 (or 0x765875) is known color: Trendy Pink. HEX triplet: 76, 58 and 75. RGB value is (118,88,117). Sum of RGB (Red+Green+Blue) = 118+88+117=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 118 - color contains mainly: red. Hex color #765875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765875 is #89A78A. Grayscale: #646464. Windows color (decimal): -9021323 or 7690358. OLE color: 7690358.

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

Color convert

RGB 118 88 117 -
CMYK 0 0.25 0.01 0.54
HSL 302º 0.15% 0.4% -
HSV(B) 302º 0.25% 0.46% -
XYZ 14.17 12.12 18.42 -
YUV 100.28 137.44 140.64 -
System Red Green Blue C M Y K H S L
Decimal 118 88 117 0 0.25 0.01 0.54 302 0.15 0.4
Hex 76 58 75 0 19 1 36 12E F 28
Octal 166 130 165 0 31 1 66 456 17 50
Binary 1110110 1011000 1110101 0 11001 1 110110 100101110 1111 101000

Color Harmonies of #765875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765875

Black with #765875

Text Example


Text Example

White with #765875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765875; }

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

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

background-color css

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

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

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

border-color css

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

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

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