#774B4F

Color #774B4F Solid Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solid Pink #774B4F

Tints of Solid Pink #774B4F

Color information

#774B4F (or 0x774B4F) is unknown color: approx Solid Pink. HEX triplet: 77, 4B and 4F. RGB value is (119,75,79). Sum of RGB (Red+Green+Blue) = 119+75+79=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #774B4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774B4F is #88B4B0. Grayscale: #585858. Windows color (decimal): -8959153 or 5196663. OLE color: 5196663.

HSL color Cylindrical-coordinate representation of color #774B4F: hue angle of 354.55º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #774B4F is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB1197579-
CMYK00.370.340.53
HSL354.55º22.68%38.04%-
HSV(B)354.55º36.97%46.67%-
XYZ11.549.528.63-
YUV88.61122.58149.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.59%
GREEN value IS 75 (29.69% from 255) = 27.47%
BLUE value IS 79 (31.25% from 255) = 28.94%
R=43.59%
G=27.47%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119757900.370.340.53354.5522.6838.04
Hex774B4F02522351631726
Octal16711311704542655432746
Binary111011110010111001111010010110001011010110110001110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774B4F; }

 p { color: rgb(119,75,79); }

 H1.HeaderClassName
 {
   color: #774B4F;
 }
 .AnyTagClassName
 {
   color: #774B4F;
 }
</style>
background-color css

<style>
 a { background-color: #774B4F; }

 a { background-color: rgb(119,75,79); }

 div.DivClassName
 {
   background-color: #774B4F;
 }
 .BgClassName
 {
   background-color: #774B4F;
 }
</style>
border-color css

<style>
 span { border-color: #774B4F; }

 span { border-color: rgb(119,75,79); }

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