Html Css Color HEX #82797C Venus

📋 copy color: '#82797C'

red 130 ◦ green 121 ◦ blue 124

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

Shades of Venus #82797C

Tints of Venus #82797C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.07%

R = 34.67%
G = 32.27%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#82797C (or 0x82797C) is known color: Venus. HEX triplet: 82, 79 and 7C. RGB value is (130,121,124). Sum of RGB (Red+Green+Blue) = 130+121+124=375 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.67% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 130 - color contains mainly: red. Hex color #82797C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82797C is #7D8683. Grayscale: #7C7C7C. Windows color (decimal): -8226436 or 8157570. OLE color: 8157570.

HSL color Cylindrical-coordinate representation of color #82797C: hue angle of 340º 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 #82797C is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 121 124 -
CMYK 0 0.07 0.05 0.49
HSL 340º 0.04% 0.49% -
HSV(B) 340º 0.07% 0.51% -
XYZ 19.68 19.88 21.87 -
YUV 124.03 127.98 132.26 -
System Red Green Blue C M Y K H S L
Decimal 130 121 124 0 0.07 0.05 0.49 340 0.04 0.49
Hex 82 79 7C 0 7 5 31 154 4 31
Octal 202 171 174 0 7 5 61 524 4 61
Binary 10000010 1111001 1111100 0 111 101 110001 101010100 100 110001

Color Harmonies of #82797C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82797C

Black with #82797C

Text Example


Text Example

White with #82797C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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