Html Css Color HEX #82757A Venus

📋 copy color: '#82757A'

red 130 ◦ green 117 ◦ blue 122

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

Shades of Venus #82757A

Tints of Venus #82757A

RGB

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

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

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

R = 35.23%
G = 31.71%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#82757A (or 0x82757A) is known color: Venus. HEX triplet: 82, 75 and 7A. RGB value is (130,117,122). Sum of RGB (Red+Green+Blue) = 130+117+122=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 130 - color contains mainly: red. Hex color #82757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82757A is #7D8A85. Grayscale: #797979. Windows color (decimal): -8227462 or 8025474. OLE color: 8025474.

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

Color convert

RGB 130 117 122 -
CMYK 0 0.1 0.06 0.49
HSL 336.92º 0.05% 0.48% -
HSV(B) 336.92º 0.1% 0.51% -
XYZ 19.08 18.87 21.05 -
YUV 121.46 128.31 134.09 -
System Red Green Blue C M Y K H S L
Decimal 130 117 122 0 0.1 0.06 0.49 336.92 0.05 0.48
Hex 82 75 7A 0 A 6 31 151 5 30
Octal 202 165 172 0 12 6 61 521 5 60
Binary 10000010 1110101 1111010 0 1010 110 110001 101010001 101 110000

Color Harmonies of #82757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82757A

Black with #82757A

Text Example


Text Example

White with #82757A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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