Html Css Color HEX #7F434C Solid Pink

📋 copy color: '#7F434C'

red 127 ◦ green 67 ◦ blue 76

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

Shades of Solid Pink #7F434C

Tints of Solid Pink #7F434C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.81%

 BLUE value IS 76 (30.08% from 255) = 28.15%

R = 47.04%
G = 24.81%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.50

RGB Variations

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

Color information

#7F434C (or 0x7F434C) is known color: Solid Pink. HEX triplet: 7F, 43 and 4C. RGB value is (127,67,76). Sum of RGB (Red+Green+Blue) = 127+67+76=270 (35% of max value = 765). Red value is 127 (50% from 255 or 47.04% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 127 - color contains mainly: red. Hex color #7F434C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F434C is #80BCB3. Grayscale: #555555. Windows color (decimal): -8436916 or 4998015. OLE color: 4998015.

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

Color convert

RGB 127 67 76 -
CMYK 0 0.47 0.40 0.50
HSL 351º 0.31% 0.38% -
HSV(B) 351º 0.47% 0.5% -
XYZ 12.06 9.05 7.95 -
YUV 85.97 122.38 157.27 -
System Red Green Blue C M Y K H S L
Decimal 127 67 76 0 0.47 0.40 0.50 351 0.31 0.38
Hex 7F 43 4C 0 2F 28 32 15F 1F 26
Octal 177 103 114 0 57 50 62 537 37 46
Binary 1111111 1000011 1001100 0 101111 101000 110010 101011111 11111 100110

Color Harmonies of #7F434C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F434C

Black with #7F434C

Text Example


Text Example

White with #7F434C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,67,76); }

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

background-color css

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

 a { background-color: rgb(127,67,76); }

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

border-color css

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

 span { border-color: rgb(127,67,76); }

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