Html Css Color HEX #83767A Venus

📋 copy color: '#83767A'

red 131 ◦ green 118 ◦ blue 122

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

Shades of Venus #83767A

Tints of Venus #83767A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.88%

R = 35.31%
G = 31.81%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#83767A (or 0x83767A) is known color: Venus. HEX triplet: 83, 76 and 7A. RGB value is (131,118,122). Sum of RGB (Red+Green+Blue) = 131+118+122=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 131 - color contains mainly: red. Hex color #83767A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83767A is #7C8985. Grayscale: #7A7A7A. Windows color (decimal): -8161670 or 8025731. OLE color: 8025731.

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

Color convert

RGB 131 118 122 -
CMYK 0 0.10 0.07 0.49
HSL 341.54º 0.05% 0.49% -
HSV(B) 341.54º 0.1% 0.51% -
XYZ 19.35 19.19 21.1 -
YUV 122.34 127.81 134.17 -
System Red Green Blue C M Y K H S L
Decimal 131 118 122 0 0.10 0.07 0.49 341.54 0.05 0.49
Hex 83 76 7A 0 A 7 31 156 5 31
Octal 203 166 172 0 12 7 61 526 5 61
Binary 10000011 1110110 1111010 0 1010 111 110001 101010110 101 110001

Color Harmonies of #83767A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83767A

Black with #83767A

Text Example


Text Example

White with #83767A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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