Html Css Color HEX #7F434B Solid Pink

📋 copy color: '#7F434B'

red 127 ◦ green 67 ◦ blue 75

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

Shades of Solid Pink #7F434B

Tints of Solid Pink #7F434B

RGB

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

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

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

R = 47.21%
G = 24.91%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.50

RGB Variations

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

Color information

#7F434B (or 0x7F434B) is known color: Solid Pink. HEX triplet: 7F, 43 and 4B. RGB value is (127,67,75). Sum of RGB (Red+Green+Blue) = 127+67+75=269 (35% of max value = 765). Red value is 127 (50% from 255 or 47.21% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 75 (29.69% from 255 or 27.88% from 269); Max value from RGB is 127 - color contains mainly: red. Hex color #7F434B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F434B is #80BCB4. Grayscale: #555555. Windows color (decimal): -8436917 or 4932479. OLE color: 4932479.

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

Color convert

RGB 127 67 75 -
CMYK 0 0.47 0.41 0.50
HSL 352º 0.31% 0.38% -
HSV(B) 352º 0.47% 0.5% -
XYZ 12.03 9.03 7.77 -
YUV 85.85 121.88 157.35 -
System Red Green Blue C M Y K H S L
Decimal 127 67 75 0 0.47 0.41 0.50 352 0.31 0.38
Hex 7F 43 4B 0 2F 29 32 160 1F 26
Octal 177 103 113 0 57 51 62 540 37 46
Binary 1111111 1000011 1001011 0 101111 101001 110010 101100000 11111 100110

Color Harmonies of #7F434B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F434B

Black with #7F434B

Text Example


Text Example

White with #7F434B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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