Html Css Color HEX #764D51 Solid Pink

📋 copy color: '#764D51'

red 118 ◦ green 77 ◦ blue 81

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

Shades of Solid Pink #764D51

Tints of Solid Pink #764D51

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.9%

 BLUE value IS 81 (32.03% from 255) = 29.35%

R = 42.75%
G = 27.9%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#764D51 (or 0x764D51) is known color: Solid Pink. HEX triplet: 76, 4D and 51. RGB value is (118,77,81). Sum of RGB (Red+Green+Blue) = 118+77+81=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 81 (32.03% from 255 or 29.35% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #764D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764D51 is #89B2AE. Grayscale: #595959. Windows color (decimal): -9024175 or 5328246. OLE color: 5328246.

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

Color convert

RGB 118 77 81 -
CMYK 0 0.35 0.31 0.54
HSL 354.15º 0.21% 0.38% -
HSV(B) 354.15º 0.35% 0.46% -
XYZ 11.61 9.75 9.06 -
YUV 89.72 123.08 148.17 -
System Red Green Blue C M Y K H S L
Decimal 118 77 81 0 0.35 0.31 0.54 354.15 0.21 0.38
Hex 76 4D 51 0 23 1F 36 162 15 26
Octal 166 115 121 0 43 37 66 542 25 46
Binary 1110110 1001101 1010001 0 100011 11111 110110 101100010 10101 100110

Color Harmonies of #764D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764D51

Black with #764D51

Text Example


Text Example

White with #764D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,77,81); }

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

background-color css

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

 a { background-color: rgb(118,77,81); }

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

border-color css

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

 span { border-color: rgb(118,77,81); }

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