Html Css Color HEX #764E75 Trendy Pink

📋 copy color: '#764E75'

red 118 ◦ green 78 ◦ blue 117

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

Shades of Trendy Pink #764E75

Tints of Trendy Pink #764E75

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.92%

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

R = 37.7%
G = 24.92%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#764E75 (or 0x764E75) is known color: Trendy Pink. HEX triplet: 76, 4E and 75. RGB value is (118,78,117). Sum of RGB (Red+Green+Blue) = 118+78+117=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 118 - color contains mainly: red. Hex color #764E75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764E75 is #89B18A. Grayscale: #5E5E5E. Windows color (decimal): -9023883 or 7687798. OLE color: 7687798.

HSL color Cylindrical-coordinate representation of color #764E75: hue angle of 301.5º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #764E75 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 78 117 -
CMYK 0 0.34 0.01 0.54
HSL 301.5º 0.2% 0.38% -
HSV(B) 301.5º 0.34% 0.46% -
XYZ 13.41 10.58 18.17 -
YUV 94.41 140.75 144.83 -
System Red Green Blue C M Y K H S L
Decimal 118 78 117 0 0.34 0.01 0.54 301.5 0.2 0.38
Hex 76 4E 75 0 22 1 36 12E 14 26
Octal 166 116 165 0 42 1 66 456 24 46
Binary 1110110 1001110 1110101 0 100010 1 110110 100101110 10100 100110

Color Harmonies of #764E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764E75

Black with #764E75

Text Example


Text Example

White with #764E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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