Html Css Color HEX #7F484B Solid Pink

📋 copy color: '#7F484B'

red 127 ◦ green 72 ◦ blue 75

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

Shades of Solid Pink #7F484B

Tints of Solid Pink #7F484B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 27.37%

R = 46.35%
G = 26.28%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.50

RGB Variations

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

Color information

#7F484B (or 0x7F484B) is known color: Solid Pink. HEX triplet: 7F, 48 and 4B. RGB value is (127,72,75). Sum of RGB (Red+Green+Blue) = 127+72+75=274 (36% of max value = 765). Red value is 127 (50% from 255 or 46.35% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 127 - color contains mainly: red. Hex color #7F484B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F484B is #80B7B4. Grayscale: #585858. Windows color (decimal): -8435637 or 4933759. OLE color: 4933759.

HSL color Cylindrical-coordinate representation of color #7F484B: hue angle of 356.73º 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 #7F484B is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 72 75 -
CMYK 0 0.43 0.41 0.50
HSL 356.73º 0.28% 0.39% -
HSV(B) 356.73º 0.43% 0.5% -
XYZ 12.34 9.65 7.87 -
YUV 88.79 120.22 155.26 -
System Red Green Blue C M Y K H S L
Decimal 127 72 75 0 0.43 0.41 0.50 356.73 0.28 0.39
Hex 7F 48 4B 0 2B 29 32 165 1C 27
Octal 177 110 113 0 53 51 62 545 34 47
Binary 1111111 1001000 1001011 0 101011 101001 110010 101100101 11100 100111

Color Harmonies of #7F484B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F484B

Black with #7F484B

Text Example


Text Example

White with #7F484B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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