Html Css Color HEX #829785 Envy

📋 copy color: '#829785'

red 130 ◦ green 151 ◦ blue 133

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

Shades of Envy #829785

Tints of Envy #829785

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.47%

 BLUE value IS 133 (52.34% from 255) = 32.13%

R = 31.4%
G = 36.47%
B = 32.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#829785 (or 0x829785) is known color: Envy. HEX triplet: 82, 97 and 85. RGB value is (130,151,133). Sum of RGB (Red+Green+Blue) = 130+151+133=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 151 (59.38% from 255 or 36.47% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 151 - color contains mainly: green. Hex color #829785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829785 is #7D687A. Grayscale: #8E8E8E. Windows color (decimal): -8218747 or 8755074. OLE color: 8755074.

HSL color Cylindrical-coordinate representation of color #829785: hue angle of 128.57º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #829785 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 151 133 -
CMYK 0.14 0 0.12 0.41
HSL 128.57º 0.09% 0.55% -
HSV(B) 128.57º 0.14% 0.59% -
XYZ 24.51 28.57 26.41 -
YUV 142.67 122.54 118.96 -
System Red Green Blue C M Y K H S L
Decimal 130 151 133 0.14 0 0.12 0.41 128.57 0.09 0.55
Hex 82 97 85 E 0 C 29 81 9 37
Octal 202 227 205 16 0 14 51 201 11 67
Binary 10000010 10010111 10000101 1110 0 1100 101001 10000001 1001 110111

Color Harmonies of #829785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829785

Black with #829785

Text Example


Text Example

White with #829785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829785; }

 p { color: rgb(130,151,133); }

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

background-color css

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

 a { background-color: rgb(130,151,133); }

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

border-color css

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

 span { border-color: rgb(130,151,133); }

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