Html Css Color HEX #83767C Venus

📋 copy color: '#83767C'

red 131 ◦ green 118 ◦ blue 124

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

Shades of Venus #83767C

Tints of Venus #83767C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.64%

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

R = 35.12%
G = 31.64%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#83767C (or 0x83767C) is known color: Venus. HEX triplet: 83, 76 and 7C. RGB value is (131,118,124). Sum of RGB (Red+Green+Blue) = 131+118+124=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 131 - color contains mainly: red. Hex color #83767C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83767C is #7C8983. Grayscale: #7A7A7A. Windows color (decimal): -8161668 or 8156803. OLE color: 8156803.

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

Color convert

RGB 131 118 124 -
CMYK 0 0.10 0.05 0.49
HSL 332.31º 0.05% 0.49% -
HSV(B) 332.31º 0.1% 0.51% -
XYZ 19.48 19.24 21.76 -
YUV 122.57 128.81 134.01 -
System Red Green Blue C M Y K H S L
Decimal 131 118 124 0 0.10 0.05 0.49 332.31 0.05 0.49
Hex 83 76 7C 0 A 5 31 14C 5 31
Octal 203 166 174 0 12 5 61 514 5 61
Binary 10000011 1110110 1111100 0 1010 101 110001 101001100 101 110001

Color Harmonies of #83767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83767C

Black with #83767C

Text Example


Text Example

White with #83767C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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