Html Css Color HEX #829B87 Envy

📋 copy color: '#829B87'

red 130 ◦ green 155 ◦ blue 135

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

Shades of Envy #829B87

Tints of Envy #829B87

RGB

 RED value IS 130 (51.17% from 255) = 30.95%

 GREEN value IS 155 (60.94% from 255) = 36.9%

 BLUE value IS 135 (53.13% from 255) = 32.14%

R = 30.95%
G = 36.9%
B = 32.14%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#829B87 (or 0x829B87) is known color: Envy. HEX triplet: 82, 9B and 87. RGB value is (130,155,135). Sum of RGB (Red+Green+Blue) = 130+155+135=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 135 (53.12% from 255 or 32.14% from 420); Max value from RGB is 155 - color contains mainly: green. Hex color #829B87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829B87 is #7D6478. Grayscale: #919191. Windows color (decimal): -8217721 or 8887170. OLE color: 8887170.

HSL color Cylindrical-coordinate representation of color #829B87: hue angle of 132º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #829B87 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 155 135 -
CMYK 0.16 0 0.13 0.39
HSL 132º 0.11% 0.56% -
HSV(B) 132º 0.16% 0.61% -
XYZ 25.3 29.94 27.37 -
YUV 145.25 122.22 117.13 -
System Red Green Blue C M Y K H S L
Decimal 130 155 135 0.16 0 0.13 0.39 132 0.11 0.56
Hex 82 9B 87 10 0 D 27 84 B 38
Octal 202 233 207 20 0 15 47 204 13 70
Binary 10000010 10011011 10000111 10000 0 1101 100111 10000100 1011 111000

Color Harmonies of #829B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829B87

Black with #829B87

Text Example


Text Example

White with #829B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829B87; }

 p { color: rgb(130,155,135); }

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

background-color css

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

 a { background-color: rgb(130,155,135); }

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

border-color css

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

 span { border-color: rgb(130,155,135); }

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