Html Css Color HEX #7F4A4B Solid Pink

📋 copy color: '#7F4A4B'

red 127 ◦ green 74 ◦ blue 75

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

Shades of Solid Pink #7F4A4B

Tints of Solid Pink #7F4A4B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.81%

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

R = 46.01%
G = 26.81%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.50

RGB Variations

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

Color information

#7F4A4B (or 0x7F4A4B) is known color: Solid Pink. HEX triplet: 7F, 4A and 4B. RGB value is (127,74,75). Sum of RGB (Red+Green+Blue) = 127+74+75=276 (36% of max value = 765). Red value is 127 (50% from 255 or 46.01% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4A4B is #80B5B4. Grayscale: #5A5A5A. Windows color (decimal): -8435125 or 4934271. OLE color: 4934271.

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

Color convert

RGB 127 74 75 -
CMYK 0 0.42 0.41 0.50
HSL 358.87º 0.26% 0.39% -
HSV(B) 358.87º 0.42% 0.5% -
XYZ 12.47 9.92 7.91 -
YUV 89.96 119.56 154.42 -
System Red Green Blue C M Y K H S L
Decimal 127 74 75 0 0.42 0.41 0.50 358.87 0.26 0.39
Hex 7F 4A 4B 0 2A 29 32 167 1A 27
Octal 177 112 113 0 52 51 62 547 32 47
Binary 1111111 1001010 1001011 0 101010 101001 110010 101100111 11010 100111

Color Harmonies of #7F4A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4A4B

Black with #7F4A4B

Text Example


Text Example

White with #7F4A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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