Html Css Color HEX #82747A Venus

📋 copy color: '#82747A'

red 130 ◦ green 116 ◦ blue 122

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

Shades of Venus #82747A

Tints of Venus #82747A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.52%

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

R = 35.33%
G = 31.52%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#82747A (or 0x82747A) is known color: Venus. HEX triplet: 82, 74 and 7A. RGB value is (130,116,122). Sum of RGB (Red+Green+Blue) = 130+116+122=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 130 - color contains mainly: red. Hex color #82747A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82747A is #7D8B85. Grayscale: #787878. Windows color (decimal): -8227718 or 8025218. OLE color: 8025218.

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

Color convert

RGB 130 116 122 -
CMYK 0 0.11 0.06 0.49
HSL 334.29º 0.06% 0.48% -
HSV(B) 334.29º 0.11% 0.51% -
XYZ 18.96 18.64 21.01 -
YUV 120.87 128.64 134.51 -
System Red Green Blue C M Y K H S L
Decimal 130 116 122 0 0.11 0.06 0.49 334.29 0.06 0.48
Hex 82 74 7A 0 B 6 31 14E 6 30
Octal 202 164 172 0 13 6 61 516 6 60
Binary 10000010 1110100 1111010 0 1011 110 110001 101001110 110 110000

Color Harmonies of #82747A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82747A

Black with #82747A

Text Example


Text Example

White with #82747A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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