Html Css Color HEX #765575 Trendy Pink

📋 copy color: '#765575'

red 118 ◦ green 85 ◦ blue 117

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

Shades of Trendy Pink #765575

Tints of Trendy Pink #765575

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.56%

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

R = 36.88%
G = 26.56%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#765575 (or 0x765575) is known color: Trendy Pink. HEX triplet: 76, 55 and 75. RGB value is (118,85,117). Sum of RGB (Red+Green+Blue) = 118+85+117=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 118 - color contains mainly: red. Hex color #765575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765575 is #89AA8A. Grayscale: #626262. Windows color (decimal): -9022091 or 7689590. OLE color: 7689590.

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

Color convert

RGB 118 85 117 -
CMYK 0 0.28 0.01 0.54
HSL 301.82º 0.16% 0.4% -
HSV(B) 301.82º 0.28% 0.46% -
XYZ 13.93 11.63 18.34 -
YUV 98.52 138.43 141.9 -
System Red Green Blue C M Y K H S L
Decimal 118 85 117 0 0.28 0.01 0.54 301.82 0.16 0.4
Hex 76 55 75 0 1C 1 36 12E 10 28
Octal 166 125 165 0 34 1 66 456 20 50
Binary 1110110 1010101 1110101 0 11100 1 110110 100101110 10000 101000

Color Harmonies of #765575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765575

Black with #765575

Text Example


Text Example

White with #765575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765575; }

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

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

background-color css

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

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

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

border-color css

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

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

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