Html Css Color HEX #764A50 Solid Pink

📋 copy color: '#764A50'

red 118 ◦ green 74 ◦ blue 80

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

Shades of Solid Pink #764A50

Tints of Solid Pink #764A50

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.21%

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

R = 43.38%
G = 27.21%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#764A50 (or 0x764A50) is known color: Solid Pink. HEX triplet: 76, 4A and 50. RGB value is (118,74,80). Sum of RGB (Red+Green+Blue) = 118+74+80=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 118 - color contains mainly: red. Hex color #764A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764A50 is #89B5AF. Grayscale: #575757. Windows color (decimal): -9024944 or 5261942. OLE color: 5261942.

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

Color convert

RGB 118 74 80 -
CMYK 0 0.37 0.32 0.54
HSL 351.82º 0.23% 0.38% -
HSV(B) 351.82º 0.37% 0.46% -
XYZ 11.37 9.33 8.79 -
YUV 87.84 123.58 149.51 -
System Red Green Blue C M Y K H S L
Decimal 118 74 80 0 0.37 0.32 0.54 351.82 0.23 0.38
Hex 76 4A 50 0 25 20 36 160 17 26
Octal 166 112 120 0 45 40 66 540 27 46
Binary 1110110 1001010 1010000 0 100101 100000 110110 101100000 10111 100110

Color Harmonies of #764A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764A50

Black with #764A50

Text Example


Text Example

White with #764A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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