Html Css Color HEX #754C4F Solid Pink

📋 copy color: '#754C4F'

red 117 ◦ green 76 ◦ blue 79

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

Shades of Solid Pink #754C4F

Tints of Solid Pink #754C4F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.94%

 BLUE value IS 79 (31.25% from 255) = 29.04%

R = 43.01%
G = 27.94%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#754C4F (or 0x754C4F) is known color: Solid Pink. HEX triplet: 75, 4C and 4F. RGB value is (117,76,79). Sum of RGB (Red+Green+Blue) = 117+76+79=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 76 (30.08% from 255 or 27.94% from 272); Blue value is 79 (31.25% from 255 or 29.04% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #754C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754C4F is #8AB3B0. Grayscale: #585858. Windows color (decimal): -9089969 or 5196917. OLE color: 5196917.

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

Color convert

RGB 117 76 79 -
CMYK 0 0.35 0.32 0.54
HSL 355.61º 0.21% 0.38% -
HSV(B) 355.61º 0.35% 0.46% -
XYZ 11.33 9.52 8.64 -
YUV 88.6 122.58 148.26 -
System Red Green Blue C M Y K H S L
Decimal 117 76 79 0 0.35 0.32 0.54 355.61 0.21 0.38
Hex 75 4C 4F 0 23 20 36 164 15 26
Octal 165 114 117 0 43 40 66 544 25 46
Binary 1110101 1001100 1001111 0 100011 100000 110110 101100100 10101 100110

Color Harmonies of #754C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754C4F

Black with #754C4F

Text Example


Text Example

White with #754C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754C4F; }

 p { color: rgb(117,76,79); }

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

background-color css

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

 a { background-color: rgb(117,76,79); }

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

border-color css

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

 span { border-color: rgb(117,76,79); }

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