Html Css Color HEX #7F474B Solid Pink

📋 copy color: '#7F474B'

red 127 ◦ green 71 ◦ blue 75

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

Shades of Solid Pink #7F474B

Tints of Solid Pink #7F474B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.01%

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

R = 46.52%
G = 26.01%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.50

RGB Variations

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

Color information

#7F474B (or 0x7F474B) is known color: Solid Pink. HEX triplet: 7F, 47 and 4B. RGB value is (127,71,75). Sum of RGB (Red+Green+Blue) = 127+71+75=273 (36% of max value = 765). Red value is 127 (50% from 255 or 46.52% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 127 - color contains mainly: red. Hex color #7F474B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F474B is #80B8B4. Grayscale: #585858. Windows color (decimal): -8435893 or 4933503. OLE color: 4933503.

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

Color convert

RGB 127 71 75 -
CMYK 0 0.44 0.41 0.50
HSL 355.71º 0.28% 0.39% -
HSV(B) 355.71º 0.44% 0.5% -
XYZ 12.28 9.53 7.85 -
YUV 88.2 120.55 155.67 -
System Red Green Blue C M Y K H S L
Decimal 127 71 75 0 0.44 0.41 0.50 355.71 0.28 0.39
Hex 7F 47 4B 0 2C 29 32 164 1C 27
Octal 177 107 113 0 54 51 62 544 34 47
Binary 1111111 1000111 1001011 0 101100 101001 110010 101100100 11100 100111

Color Harmonies of #7F474B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F474B

Black with #7F474B

Text Example


Text Example

White with #7F474B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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