Html Css Color HEX #764E50 Solid Pink

📋 copy color: '#764E50'

red 118 ◦ green 78 ◦ blue 80

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

Shades of Solid Pink #764E50

Tints of Solid Pink #764E50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 28.99%

R = 42.75%
G = 28.26%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#764E50 (or 0x764E50) is known color: Solid Pink. HEX triplet: 76, 4E and 50. RGB value is (118,78,80). Sum of RGB (Red+Green+Blue) = 118+78+80=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 78 (30.86% from 255 or 28.26% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #764E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764E50 is #89B1AF. Grayscale: #5A5A5A. Windows color (decimal): -9023920 or 5262966. OLE color: 5262966.

HSL color Cylindrical-coordinate representation of color #764E50: hue angle of 357º 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 #764E50 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 78 80 -
CMYK 0 0.34 0.32 0.54
HSL 357º 0.2% 0.38% -
HSV(B) 357º 0.34% 0.46% -
XYZ 11.64 9.88 8.88 -
YUV 90.19 122.25 147.84 -
System Red Green Blue C M Y K H S L
Decimal 118 78 80 0 0.34 0.32 0.54 357 0.2 0.38
Hex 76 4E 50 0 22 20 36 165 14 26
Octal 166 116 120 0 42 40 66 545 24 46
Binary 1110110 1001110 1010000 0 100010 100000 110110 101100101 10100 100110

Color Harmonies of #764E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764E50

Black with #764E50

Text Example


Text Example

White with #764E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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