Html Css Color HEX #836F84 Trendy Pink

📋 copy color: '#836F84'

red 131 ◦ green 111 ◦ blue 132

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

Shades of Trendy Pink #836F84

Tints of Trendy Pink #836F84

RGB

 RED value IS 131 (51.56% from 255) = 35.03%

 GREEN value IS 111 (43.75% from 255) = 29.68%

 BLUE value IS 132 (51.95% from 255) = 35.29%

R = 35.03%
G = 29.68%
B = 35.29%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#836F84 (or 0x836F84) is known color: Trendy Pink. HEX triplet: 83, 6F and 84. RGB value is (131,111,132). Sum of RGB (Red+Green+Blue) = 131+111+132=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 132 (51.95% from 255 or 35.29% from 374); Max value from RGB is 132 - color contains mainly: blue. Hex color #836F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836F84 is #7C907B. Grayscale: #777777. Windows color (decimal): -8163452 or 8679299. OLE color: 8679299.

HSL color Cylindrical-coordinate representation of color #836F84: hue angle of 297.14º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #836F84 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 111 132 -
CMYK 0.01 0.16 0 0.48
HSL 297.14º 0.09% 0.48% -
HSV(B) 297.14º 0.16% 0.52% -
XYZ 19.21 17.86 24.26 -
YUV 119.37 135.13 136.29 -
System Red Green Blue C M Y K H S L
Decimal 131 111 132 0.01 0.16 0 0.48 297.14 0.09 0.48
Hex 83 6F 84 1 10 0 30 129 9 30
Octal 203 157 204 1 20 0 60 451 11 60
Binary 10000011 1101111 10000100 1 10000 0 110000 100101001 1001 110000

Color Harmonies of #836F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836F84

Black with #836F84

Text Example


Text Example

White with #836F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836F84; }

 p { color: rgb(131,111,132); }

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

background-color css

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

 a { background-color: rgb(131,111,132); }

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

border-color css

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

 span { border-color: rgb(131,111,132); }

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