Html Css Color HEX #83797C Venus

📋 copy color: '#83797C'

red 131 ◦ green 121 ◦ blue 124

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

Shades of Venus #83797C

Tints of Venus #83797C

RGB

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

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

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

R = 34.84%
G = 32.18%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#83797C (or 0x83797C) is known color: Venus. HEX triplet: 83, 79 and 7C. RGB value is (131,121,124). Sum of RGB (Red+Green+Blue) = 131+121+124=376 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.84% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 131 - color contains mainly: red. Hex color #83797C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83797C is #7C8683. Grayscale: #7C7C7C. Windows color (decimal): -8160900 or 8157571. OLE color: 8157571.

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

Color convert

RGB 131 121 124 -
CMYK 0 0.08 0.05 0.49
HSL 342º 0.04% 0.49% -
HSV(B) 342º 0.08% 0.51% -
XYZ 19.84 19.96 21.88 -
YUV 124.33 127.81 132.76 -
System Red Green Blue C M Y K H S L
Decimal 131 121 124 0 0.08 0.05 0.49 342 0.04 0.49
Hex 83 79 7C 0 8 5 31 156 4 31
Octal 203 171 174 0 10 5 61 526 4 61
Binary 10000011 1111001 1111100 0 1000 101 110001 101010110 100 110001

Color Harmonies of #83797C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83797C

Black with #83797C

Text Example


Text Example

White with #83797C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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