Html Css Color HEX #7F4C55 Solid Pink

📋 copy color: '#7F4C55'

red 127 ◦ green 76 ◦ blue 85

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

Shades of Solid Pink #7F4C55

Tints of Solid Pink #7F4C55

RGB

 RED value IS 127 (50% from 255) = 44.1%

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

 BLUE value IS 85 (33.59% from 255) = 29.51%

R = 44.1%
G = 26.39%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.50

RGB Variations

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

Color information

#7F4C55 (or 0x7F4C55) is known color: Solid Pink. HEX triplet: 7F, 4C and 55. RGB value is (127,76,85). Sum of RGB (Red+Green+Blue) = 127+76+85=288 (38% of max value = 765). Red value is 127 (50% from 255 or 44.10% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 85 (33.59% from 255 or 29.51% from 288); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F4C55 is #80B3AA. Grayscale: #5C5C5C. Windows color (decimal): -8434603 or 5590143. OLE color: 5590143.

HSL color Cylindrical-coordinate representation of color #7F4C55: hue angle of 349.41º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7F4C55 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 76 85 -
CMYK 0 0.40 0.33 0.50
HSL 349.41º 0.25% 0.4% -
HSV(B) 349.41º 0.4% 0.5% -
XYZ 12.98 10.34 9.91 -
YUV 92.28 123.9 152.77 -
System Red Green Blue C M Y K H S L
Decimal 127 76 85 0 0.40 0.33 0.50 349.41 0.25 0.4
Hex 7F 4C 55 0 28 21 32 15D 19 28
Octal 177 114 125 0 50 41 62 535 31 50
Binary 1111111 1001100 1010101 0 101000 100001 110010 101011101 11001 101000

Color Harmonies of #7F4C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4C55

Black with #7F4C55

Text Example


Text Example

White with #7F4C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F4C55; }

 p { color: rgb(127,76,85); }

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

background-color css

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

 a { background-color: rgb(127,76,85); }

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

border-color css

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

 span { border-color: rgb(127,76,85); }

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