Html Css Color HEX #82737A Venus

📋 copy color: '#82737A'

red 130 ◦ green 115 ◦ blue 122

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

Shades of Venus #82737A

Tints of Venus #82737A

RGB

 RED value IS 130 (51.17% from 255) = 35.42%

 GREEN value IS 115 (45.31% from 255) = 31.34%

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

R = 35.42%
G = 31.34%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#82737A (or 0x82737A) is known color: Venus. HEX triplet: 82, 73 and 7A. RGB value is (130,115,122). Sum of RGB (Red+Green+Blue) = 130+115+122=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 130 - color contains mainly: red. Hex color #82737A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82737A is #7D8C85. Grayscale: #787878. Windows color (decimal): -8227974 or 8024962. OLE color: 8024962.

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

Color convert

RGB 130 115 122 -
CMYK 0 0.12 0.06 0.49
HSL 332º 0.06% 0.48% -
HSV(B) 332º 0.12% 0.51% -
XYZ 18.85 18.41 20.97 -
YUV 120.28 128.97 134.93 -
System Red Green Blue C M Y K H S L
Decimal 130 115 122 0 0.12 0.06 0.49 332 0.06 0.48
Hex 82 73 7A 0 C 6 31 14C 6 30
Octal 202 163 172 0 14 6 61 514 6 60
Binary 10000010 1110011 1111010 0 1100 110 110001 101001100 110 110000

Color Harmonies of #82737A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82737A

Black with #82737A

Text Example


Text Example

White with #82737A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,115,122); }

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

background-color css

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

 a { background-color: rgb(130,115,122); }

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

border-color css

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

 span { border-color: rgb(130,115,122); }

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