Html Css Color HEX #764F75 Trendy Pink

📋 copy color: '#764F75'

red 118 ◦ green 79 ◦ blue 117

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

Shades of Trendy Pink #764F75

Tints of Trendy Pink #764F75

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.16%

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

R = 37.58%
G = 25.16%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#764F75 (or 0x764F75) is known color: Trendy Pink. HEX triplet: 76, 4F and 75. RGB value is (118,79,117). Sum of RGB (Red+Green+Blue) = 118+79+117=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 118 - color contains mainly: red. Hex color #764F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764F75 is #89B08A. Grayscale: #5E5E5E. Windows color (decimal): -9023627 or 7688054. OLE color: 7688054.

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

Color convert

RGB 118 79 117 -
CMYK 0 0.33 0.01 0.54
HSL 301.54º 0.2% 0.39% -
HSV(B) 301.54º 0.33% 0.46% -
XYZ 13.48 10.73 18.19 -
YUV 94.99 140.42 144.41 -
System Red Green Blue C M Y K H S L
Decimal 118 79 117 0 0.33 0.01 0.54 301.54 0.2 0.39
Hex 76 4F 75 0 21 1 36 12E 14 27
Octal 166 117 165 0 41 1 66 456 24 47
Binary 1110110 1001111 1110101 0 100001 1 110110 100101110 10100 100111

Color Harmonies of #764F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764F75

Black with #764F75

Text Example


Text Example

White with #764F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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