Html Css Color HEX #83757A Venus

📋 copy color: '#83757A'

red 131 ◦ green 117 ◦ blue 122

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

Shades of Venus #83757A

Tints of Venus #83757A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.62%

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

R = 35.41%
G = 31.62%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#83757A (or 0x83757A) is known color: Venus. HEX triplet: 83, 75 and 7A. RGB value is (131,117,122). Sum of RGB (Red+Green+Blue) = 131+117+122=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 131 - color contains mainly: red. Hex color #83757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83757A is #7C8A85. Grayscale: #797979. Windows color (decimal): -8161926 or 8025475. OLE color: 8025475.

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

Color convert

RGB 131 117 122 -
CMYK 0 0.11 0.07 0.49
HSL 338.57º 0.06% 0.49% -
HSV(B) 338.57º 0.11% 0.51% -
XYZ 19.23 18.95 21.06 -
YUV 121.76 128.14 134.59 -
System Red Green Blue C M Y K H S L
Decimal 131 117 122 0 0.11 0.07 0.49 338.57 0.06 0.49
Hex 83 75 7A 0 B 7 31 153 6 31
Octal 203 165 172 0 13 7 61 523 6 61
Binary 10000011 1110101 1111010 0 1011 111 110001 101010011 110 110001

Color Harmonies of #83757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83757A

Black with #83757A

Text Example


Text Example

White with #83757A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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