Html Css Color HEX #774E52 Solid Pink

📋 copy color: '#774E52'

red 119 ◦ green 78 ◦ blue 82

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

Shades of Solid Pink #774E52

Tints of Solid Pink #774E52

RGB

 RED value IS 119 (46.88% from 255) = 42.65%

 GREEN value IS 78 (30.86% from 255) = 27.96%

 BLUE value IS 82 (32.42% from 255) = 29.39%

R = 42.65%
G = 27.96%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#774E52 (or 0x774E52) is known color: Solid Pink. HEX triplet: 77, 4E and 52. RGB value is (119,78,82). Sum of RGB (Red+Green+Blue) = 119+78+82=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 78 (30.86% from 255 or 27.96% from 279); Blue value is 82 (32.42% from 255 or 29.39% from 279); Max value from RGB is 119 - color contains mainly: red. Hex color #774E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774E52 is #88B1AD. Grayscale: #5A5A5A. Windows color (decimal): -8958382 or 5394039. OLE color: 5394039.

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

Color convert

RGB 119 78 82 -
CMYK 0 0.34 0.31 0.53
HSL 354.15º 0.21% 0.39% -
HSV(B) 354.15º 0.34% 0.47% -
XYZ 11.86 9.98 9.28 -
YUV 90.72 123.08 148.17 -
System Red Green Blue C M Y K H S L
Decimal 119 78 82 0 0.34 0.31 0.53 354.15 0.21 0.39
Hex 77 4E 52 0 22 1F 35 162 15 27
Octal 167 116 122 0 42 37 65 542 25 47
Binary 1110111 1001110 1010010 0 100010 11111 110101 101100010 10101 100111

Color Harmonies of #774E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774E52

Black with #774E52

Text Example


Text Example

White with #774E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,78,82); }

 H1.HeaderClassName
 {
   color: #774E52;
 }
 .AnyTagClassName
 {
   color: #774E52;
 }
</style>

background-color css

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

 a { background-color: rgb(119,78,82); }

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

border-color css

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

 span { border-color: rgb(119,78,82); }

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