Html Css Color HEX #764950 Solid Pink

📋 copy color: '#764950'

red 118 ◦ green 73 ◦ blue 80

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

Shades of Solid Pink #764950

Tints of Solid Pink #764950

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.94%

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

R = 43.54%
G = 26.94%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#764950 (or 0x764950) is known color: Solid Pink. HEX triplet: 76, 49 and 50. RGB value is (118,73,80). Sum of RGB (Red+Green+Blue) = 118+73+80=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 118 - color contains mainly: red. Hex color #764950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764950 is #89B6AF. Grayscale: #575757. Windows color (decimal): -9025200 or 5261686. OLE color: 5261686.

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

Color convert

RGB 118 73 80 -
CMYK 0 0.38 0.32 0.54
HSL 350.67º 0.24% 0.37% -
HSV(B) 350.67º 0.38% 0.46% -
XYZ 11.3 9.2 8.77 -
YUV 87.25 123.91 149.93 -
System Red Green Blue C M Y K H S L
Decimal 118 73 80 0 0.38 0.32 0.54 350.67 0.24 0.37
Hex 76 49 50 0 26 20 36 15F 18 25
Octal 166 111 120 0 46 40 66 537 30 45
Binary 1110110 1001001 1010000 0 100110 100000 110110 101011111 11000 100101

Color Harmonies of #764950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764950

Black with #764950

Text Example


Text Example

White with #764950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764950; }

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

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

background-color css

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

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

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

border-color css

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

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

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