Html Css Color HEX #754950 Solid Pink

📋 copy color: '#754950'

red 117 ◦ green 73 ◦ blue 80

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

Shades of Solid Pink #754950

Tints of Solid Pink #754950

RGB

 RED value IS 117 (46.09% from 255) = 43.33%

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

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

R = 43.33%
G = 27.04%
B = 29.63%

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

#754950 (or 0x754950) is known color: Solid Pink. HEX triplet: 75, 49 and 50. RGB value is (117,73,80). Sum of RGB (Red+Green+Blue) = 117+73+80=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 117 - color contains mainly: red. Hex color #754950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754950 is #8AB6AF. Grayscale: #565656. Windows color (decimal): -9090736 or 5261685. OLE color: 5261685.

HSL color Cylindrical-coordinate representation of color #754950: hue angle of 350.45º degrees, saturation: 0.23, 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 #754950 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 73 80 -
CMYK 0 0.38 0.32 0.54
HSL 350.45º 0.23% 0.37% -
HSV(B) 350.45º 0.38% 0.46% -
XYZ 11.17 9.13 8.76 -
YUV 86.95 124.08 149.43 -
System Red Green Blue C M Y K H S L
Decimal 117 73 80 0 0.38 0.32 0.54 350.45 0.23 0.37
Hex 75 49 50 0 26 20 36 15E 17 25
Octal 165 111 120 0 46 40 66 536 27 45
Binary 1110101 1001001 1010000 0 100110 100000 110110 101011110 10111 100101

Color Harmonies of #754950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754950

Black with #754950

Text Example


Text Example

White with #754950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754950; }

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

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

background-color css

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

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

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

border-color css

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

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

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