Html Css Color HEX #784E55 Solid Pink

📋 copy color: '#784E55'

red 120 ◦ green 78 ◦ blue 85

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

Shades of Solid Pink #784E55

Tints of Solid Pink #784E55

RGB

 RED value IS 120 (47.27% from 255) = 42.4%

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

 BLUE value IS 85 (33.59% from 255) = 30.04%

R = 42.4%
G = 27.56%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#784E55 (or 0x784E55) is known color: Solid Pink. HEX triplet: 78, 4E and 55. RGB value is (120,78,85). Sum of RGB (Red+Green+Blue) = 120+78+85=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 120 - color contains mainly: red. Hex color #784E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784E55 is #87B1AA. Grayscale: #5B5B5B. Windows color (decimal): -8892843 or 5590648. OLE color: 5590648.

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

Color convert

RGB 120 78 85 -
CMYK 0 0.35 0.29 0.53
HSL 350º 0.21% 0.39% -
HSV(B) 350º 0.35% 0.47% -
XYZ 12.11 10.1 9.91 -
YUV 91.36 124.41 148.43 -
System Red Green Blue C M Y K H S L
Decimal 120 78 85 0 0.35 0.29 0.53 350 0.21 0.39
Hex 78 4E 55 0 23 1D 35 15E 15 27
Octal 170 116 125 0 43 35 65 536 25 47
Binary 1111000 1001110 1010101 0 100011 11101 110101 101011110 10101 100111

Color Harmonies of #784E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784E55

Black with #784E55

Text Example


Text Example

White with #784E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784E55; }

 p { color: rgb(120,78,85); }

 H1.HeaderClassName
 {
   color: #784E55;
 }
 .AnyTagClassName
 {
   color: #784E55;
 }
</style>

background-color css

<style>
 a { background-color: #784E55; }

 a { background-color: rgb(120,78,85); }

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

border-color css

<style>
 span { border-color: #784E55; }

 span { border-color: rgb(120,78,85); }

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