Html Css Color HEX #83797E Venus

📋 copy color: '#83797E'

red 131 ◦ green 121 ◦ blue 126

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

Shades of Venus #83797E

Tints of Venus #83797E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.33%

R = 34.66%
G = 32.01%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#83797E (or 0x83797E) is known color: Venus. HEX triplet: 83, 79 and 7E. RGB value is (131,121,126). Sum of RGB (Red+Green+Blue) = 131+121+126=378 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.66% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 131 - color contains mainly: red. Hex color #83797E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83797E is #7C8681. Grayscale: #7C7C7C. Windows color (decimal): -8160898 or 8288643. OLE color: 8288643.

HSL color Cylindrical-coordinate representation of color #83797E: hue angle of 330º 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 #83797E is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 121 126 -
CMYK 0 0.08 0.04 0.49
HSL 330º 0.04% 0.49% -
HSV(B) 330º 0.08% 0.51% -
XYZ 19.96 20.01 22.55 -
YUV 124.56 128.81 132.59 -
System Red Green Blue C M Y K H S L
Decimal 131 121 126 0 0.08 0.04 0.49 330 0.04 0.49
Hex 83 79 7E 0 8 4 31 14A 4 31
Octal 203 171 176 0 10 4 61 512 4 61
Binary 10000011 1111001 1111110 0 1000 100 110001 101001010 100 110001

Color Harmonies of #83797E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83797E

Black with #83797E

Text Example


Text Example

White with #83797E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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