Html Css Color HEX #765877 Trendy Pink

📋 copy color: '#765877'

red 118 ◦ green 88 ◦ blue 119

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

Shades of Trendy Pink #765877

Tints of Trendy Pink #765877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 36.62%

R = 36.31%
G = 27.08%
B = 36.62%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#765877 (or 0x765877) is known color: Trendy Pink. HEX triplet: 76, 58 and 77. RGB value is (118,88,119). Sum of RGB (Red+Green+Blue) = 118+88+119=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 119 - color contains mainly: blue. Hex color #765877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765877 is #89A788. Grayscale: #646464. Windows color (decimal): -9021321 or 7821430. OLE color: 7821430.

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

Color convert

RGB 118 88 119 -
CMYK 0.01 0.26 0 0.53
HSL 298.06º 0.15% 0.41% -
HSV(B) 298.06º 0.26% 0.47% -
XYZ 14.29 12.16 19.05 -
YUV 100.5 138.44 140.48 -
System Red Green Blue C M Y K H S L
Decimal 118 88 119 0.01 0.26 0 0.53 298.06 0.15 0.41
Hex 76 58 77 1 1A 0 35 12A F 29
Octal 166 130 167 1 32 0 65 452 17 51
Binary 1110110 1011000 1110111 1 11010 0 110101 100101010 1111 101001

Color Harmonies of #765877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765877

Black with #765877

Text Example


Text Example

White with #765877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765877; }

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

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

background-color css

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

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

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

border-color css

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

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

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