Html Css Color HEX #82797D Venus

📋 copy color: '#82797D'

red 130 ◦ green 121 ◦ blue 125

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

Shades of Venus #82797D

Tints of Venus #82797D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.18%

 BLUE value IS 125 (49.22% from 255) = 33.24%

R = 34.57%
G = 32.18%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#82797D (or 0x82797D) is known color: Venus. HEX triplet: 82, 79 and 7D. RGB value is (130,121,125). Sum of RGB (Red+Green+Blue) = 130+121+125=376 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.57% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 130 - color contains mainly: red. Hex color #82797D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82797D is #7D8682. Grayscale: #7C7C7C. Windows color (decimal): -8226435 or 8223106. OLE color: 8223106.

HSL color Cylindrical-coordinate representation of color #82797D: hue angle of 333.33º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #82797D is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 121 125 -
CMYK 0 0.07 0.04 0.49
HSL 333.33º 0.04% 0.49% -
HSV(B) 333.33º 0.07% 0.51% -
XYZ 19.74 19.9 22.2 -
YUV 124.15 128.48 132.17 -
System Red Green Blue C M Y K H S L
Decimal 130 121 125 0 0.07 0.04 0.49 333.33 0.04 0.49
Hex 82 79 7D 0 7 4 31 14D 4 31
Octal 202 171 175 0 7 4 61 515 4 61
Binary 10000010 1111001 1111101 0 111 100 110001 101001101 100 110001

Color Harmonies of #82797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82797D

Black with #82797D

Text Example


Text Example

White with #82797D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82797D; }

 p { color: rgb(130,121,125); }

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

background-color css

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

 a { background-color: rgb(130,121,125); }

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

border-color css

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

 span { border-color: rgb(130,121,125); }

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