Html Css Color HEX #774C53 Solid Pink

📋 copy color: '#774C53'

red 119 ◦ green 76 ◦ blue 83

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

Shades of Solid Pink #774C53

Tints of Solid Pink #774C53

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.34%

 BLUE value IS 83 (32.81% from 255) = 29.86%

R = 42.81%
G = 27.34%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#774C53 (or 0x774C53) is known color: Solid Pink. HEX triplet: 77, 4C and 53. RGB value is (119,76,83). Sum of RGB (Red+Green+Blue) = 119+76+83=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 83 (32.81% from 255 or 29.86% from 278); Max value from RGB is 119 - color contains mainly: red. Hex color #774C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774C53 is #88B3AC. Grayscale: #595959. Windows color (decimal): -8958893 or 5459063. OLE color: 5459063.

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

Color convert

RGB 119 76 83 -
CMYK 0 0.36 0.30 0.53
HSL 350.23º 0.22% 0.38% -
HSV(B) 350.23º 0.36% 0.47% -
XYZ 11.75 9.72 9.44 -
YUV 89.66 124.25 148.93 -
System Red Green Blue C M Y K H S L
Decimal 119 76 83 0 0.36 0.30 0.53 350.23 0.22 0.38
Hex 77 4C 53 0 24 1E 35 15E 16 26
Octal 167 114 123 0 44 36 65 536 26 46
Binary 1110111 1001100 1010011 0 100100 11110 110101 101011110 10110 100110

Color Harmonies of #774C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774C53

Black with #774C53

Text Example


Text Example

White with #774C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,76,83); }

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

background-color css

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

 a { background-color: rgb(119,76,83); }

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

border-color css

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

 span { border-color: rgb(119,76,83); }

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