Html Css Color HEX #784B54 Solid Pink

📋 copy color: '#784B54'

red 120 ◦ green 75 ◦ blue 84

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

Shades of Solid Pink #784B54

Tints of Solid Pink #784B54

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.88%

 BLUE value IS 84 (33.2% from 255) = 30.11%

R = 43.01%
G = 26.88%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.3

 K value IS 0.53

RGB Variations

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

Color information

#784B54 (or 0x784B54) is known color: Solid Pink. HEX triplet: 78, 4B and 54. RGB value is (120,75,84). Sum of RGB (Red+Green+Blue) = 120+75+84=279 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.01% from 279); Green value is 75 (29.69% from 255 or 26.88% from 279); Blue value is 84 (33.20% from 255 or 30.11% from 279); Max value from RGB is 120 - color contains mainly: red. Hex color #784B54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784B54 is #87B4AB. Grayscale: #595959. Windows color (decimal): -8893612 or 5524344. OLE color: 5524344.

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

Color convert

RGB 120 75 84 -
CMYK 0 0.37 0.3 0.53
HSL 348º 0.23% 0.38% -
HSV(B) 348º 0.38% 0.47% -
XYZ 11.86 9.67 9.63 -
YUV 89.48 124.91 149.77 -
System Red Green Blue C M Y K H S L
Decimal 120 75 84 0 0.37 0.3 0.53 348 0.23 0.38
Hex 78 4B 54 0 25 1E 35 15C 17 26
Octal 170 113 124 0 45 36 65 534 27 46
Binary 1111000 1001011 1010100 0 100101 11110 110101 101011100 10111 100110

Color Harmonies of #784B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784B54

Black with #784B54

Text Example


Text Example

White with #784B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,75,84); }

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

background-color css

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

 a { background-color: rgb(120,75,84); }

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

border-color css

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

 span { border-color: rgb(120,75,84); }

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