Html Css Color HEX #83727A Venus

📋 copy color: '#83727A'

red 131 ◦ green 114 ◦ blue 122

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

Shades of Venus #83727A

Tints of Venus #83727A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.06%

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

R = 35.69%
G = 31.06%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#83727A (or 0x83727A) is known color: Venus. HEX triplet: 83, 72 and 7A. RGB value is (131,114,122). Sum of RGB (Red+Green+Blue) = 131+114+122=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 131 - color contains mainly: red. Hex color #83727A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83727A is #7C8D85. Grayscale: #777777. Windows color (decimal): -8162694 or 8024707. OLE color: 8024707.

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

Color convert

RGB 131 114 122 -
CMYK 0 0.13 0.07 0.49
HSL 331.76º 0.07% 0.48% -
HSV(B) 331.76º 0.13% 0.51% -
XYZ 18.89 18.27 20.94 -
YUV 120 129.13 135.85 -
System Red Green Blue C M Y K H S L
Decimal 131 114 122 0 0.13 0.07 0.49 331.76 0.07 0.48
Hex 83 72 7A 0 D 7 31 14C 7 30
Octal 203 162 172 0 15 7 61 514 7 60
Binary 10000011 1110010 1111010 0 1101 111 110001 101001100 111 110000

Color Harmonies of #83727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83727A

Black with #83727A

Text Example


Text Example

White with #83727A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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