Html Css Color HEX #7F484F Solid Pink

📋 copy color: '#7F484F'

red 127 ◦ green 72 ◦ blue 79

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

Shades of Solid Pink #7F484F

Tints of Solid Pink #7F484F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.9%

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

R = 45.68%
G = 25.9%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#7F484F (or 0x7F484F) is known color: Solid Pink. HEX triplet: 7F, 48 and 4F. RGB value is (127,72,79). Sum of RGB (Red+Green+Blue) = 127+72+79=278 (36% of max value = 765). Red value is 127 (50% from 255 or 45.68% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 79 (31.25% from 255 or 28.42% from 278); Max value from RGB is 127 - color contains mainly: red. Hex color #7F484F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F484F is #80B7B0. Grayscale: #595959. Windows color (decimal): -8435633 or 5195903. OLE color: 5195903.

HSL color Cylindrical-coordinate representation of color #7F484F: hue angle of 352.36º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F484F is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 72 79 -
CMYK 0 0.43 0.38 0.50
HSL 352.36º 0.28% 0.39% -
HSV(B) 352.36º 0.43% 0.5% -
XYZ 12.48 9.71 8.61 -
YUV 89.24 122.22 154.93 -
System Red Green Blue C M Y K H S L
Decimal 127 72 79 0 0.43 0.38 0.50 352.36 0.28 0.39
Hex 7F 48 4F 0 2B 26 32 160 1C 27
Octal 177 110 117 0 53 46 62 540 34 47
Binary 1111111 1001000 1001111 0 101011 100110 110010 101100000 11100 100111

Color Harmonies of #7F484F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F484F

Black with #7F484F

Text Example


Text Example

White with #7F484F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,72,79); }

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

background-color css

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

 a { background-color: rgb(127,72,79); }

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

border-color css

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

 span { border-color: rgb(127,72,79); }

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