Html Css Color HEX #7F424A Solid Pink

📋 copy color: '#7F424A'

red 127 ◦ green 66 ◦ blue 74

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

Shades of Solid Pink #7F424A

Tints of Solid Pink #7F424A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.72%

 BLUE value IS 74 (29.3% from 255) = 27.72%

R = 47.57%
G = 24.72%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.42

 K value IS 0.50

RGB Variations

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

Color information

#7F424A (or 0x7F424A) is known color: Solid Pink. HEX triplet: 7F, 42 and 4A. RGB value is (127,66,74). Sum of RGB (Red+Green+Blue) = 127+66+74=267 (35% of max value = 765). Red value is 127 (50% from 255 or 47.57% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 127 - color contains mainly: red. Hex color #7F424A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F424A is #80BDB5. Grayscale: #555555. Windows color (decimal): -8437174 or 4866687. OLE color: 4866687.

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

Color convert

RGB 127 66 74 -
CMYK 0 0.48 0.42 0.50
HSL 352.13º 0.32% 0.38% -
HSV(B) 352.13º 0.48% 0.5% -
XYZ 11.94 8.9 7.57 -
YUV 85.15 121.71 157.85 -
System Red Green Blue C M Y K H S L
Decimal 127 66 74 0 0.48 0.42 0.50 352.13 0.32 0.38
Hex 7F 42 4A 0 30 2A 32 160 20 26
Octal 177 102 112 0 60 52 62 540 40 46
Binary 1111111 1000010 1001010 0 110000 101010 110010 101100000 100000 100110

Color Harmonies of #7F424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F424A

Black with #7F424A

Text Example


Text Example

White with #7F424A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,66,74); }

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

background-color css

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

 a { background-color: rgb(127,66,74); }

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

border-color css

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

 span { border-color: rgb(127,66,74); }

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