Html Css Color HEX #834C77 Trendy Pink

📋 copy color: '#834C77'

red 131 ◦ green 76 ◦ blue 119

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

Shades of Trendy Pink #834C77

Tints of Trendy Pink #834C77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 36.5%

R = 40.18%
G = 23.31%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#834C77 (or 0x834C77) is known color: Trendy Pink. HEX triplet: 83, 4C and 77. RGB value is (131,76,119). Sum of RGB (Red+Green+Blue) = 131+76+119=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 76 (30.08% from 255 or 23.31% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 131 - color contains mainly: red. Hex color #834C77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834C77 is #7CB388. Grayscale: #616161. Windows color (decimal): -8172425 or 7818371. OLE color: 7818371.

HSL color Cylindrical-coordinate representation of color #834C77: hue angle of 313.09º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #834C77 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 76 119 -
CMYK 0 0.42 0.09 0.49
HSL 313.09º 0.27% 0.41% -
HSV(B) 313.09º 0.42% 0.51% -
XYZ 15.27 11.33 18.83 -
YUV 97.35 140.22 152 -
System Red Green Blue C M Y K H S L
Decimal 131 76 119 0 0.42 0.09 0.49 313.09 0.27 0.41
Hex 83 4C 77 0 2A 9 31 139 1B 29
Octal 203 114 167 0 52 11 61 471 33 51
Binary 10000011 1001100 1110111 0 101010 1001 110001 100111001 11011 101001

Color Harmonies of #834C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834C77

Black with #834C77

Text Example


Text Example

White with #834C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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