Html Css Color HEX #844754 Solid Pink

📋 copy color: '#844754'

red 132 ◦ green 71 ◦ blue 84

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

Shades of Solid Pink #844754

Tints of Solid Pink #844754

RGB

 RED value IS 132 (51.95% from 255) = 45.99%

 GREEN value IS 71 (28.13% from 255) = 24.74%

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

R = 45.99%
G = 24.74%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#844754 (or 0x844754) is known color: Solid Pink. HEX triplet: 84, 47 and 54. RGB value is (132,71,84). Sum of RGB (Red+Green+Blue) = 132+71+84=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 84 (33.20% from 255 or 29.27% from 287); Max value from RGB is 132 - color contains mainly: red. Hex color #844754 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844754 is #7BB8AB. Grayscale: #5A5A5A. Windows color (decimal): -8108204 or 5523332. OLE color: 5523332.

HSL color Cylindrical-coordinate representation of color #844754: hue angle of 347.21º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #844754 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 71 84 -
CMYK 0 0.46 0.36 0.48
HSL 347.21º 0.3% 0.4% -
HSV(B) 347.21º 0.46% 0.52% -
XYZ 13.37 10.05 9.62 -
YUV 90.72 124.21 157.44 -
System Red Green Blue C M Y K H S L
Decimal 132 71 84 0 0.46 0.36 0.48 347.21 0.3 0.4
Hex 84 47 54 0 2E 24 30 15B 1E 28
Octal 204 107 124 0 56 44 60 533 36 50
Binary 10000100 1000111 1010100 0 101110 100100 110000 101011011 11110 101000

Color Harmonies of #844754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844754

Black with #844754

Text Example


Text Example

White with #844754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844754; }

 p { color: rgb(132,71,84); }

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

background-color css

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

 a { background-color: rgb(132,71,84); }

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

border-color css

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

 span { border-color: rgb(132,71,84); }

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