Html Css Color HEX #83747C Venus

📋 copy color: '#83747C'

red 131 ◦ green 116 ◦ blue 124

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

Shades of Venus #83747C

Tints of Venus #83747C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.27%

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

R = 35.31%
G = 31.27%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#83747C (or 0x83747C) is known color: Venus. HEX triplet: 83, 74 and 7C. RGB value is (131,116,124). Sum of RGB (Red+Green+Blue) = 131+116+124=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 131 - color contains mainly: red. Hex color #83747C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83747C is #7C8B83. Grayscale: #797979. Windows color (decimal): -8162180 or 8156291. OLE color: 8156291.

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

Color convert

RGB 131 116 124 -
CMYK 0 0.11 0.05 0.49
HSL 328º 0.06% 0.48% -
HSV(B) 328º 0.11% 0.51% -
XYZ 19.24 18.77 21.68 -
YUV 121.4 129.47 134.85 -
System Red Green Blue C M Y K H S L
Decimal 131 116 124 0 0.11 0.05 0.49 328 0.06 0.48
Hex 83 74 7C 0 B 5 31 148 6 30
Octal 203 164 174 0 13 5 61 510 6 60
Binary 10000011 1110100 1111100 0 1011 101 110001 101001000 110 110000

Color Harmonies of #83747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83747C

Black with #83747C

Text Example


Text Example

White with #83747C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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