Html Css Color HEX #848082 Venus

📋 copy color: '#848082'

red 132 ◦ green 128 ◦ blue 130

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

Shades of Venus #848082

Tints of Venus #848082

RGB

 RED value IS 132 (51.95% from 255) = 33.85%

 GREEN value IS 128 (50.39% from 255) = 32.82%

 BLUE value IS 130 (51.17% from 255) = 33.33%

R = 33.85%
G = 32.82%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#848082 (or 0x848082) is known color: Venus. HEX triplet: 84, 80 and 82. RGB value is (132,128,130). Sum of RGB (Red+Green+Blue) = 132+128+130=390 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.85% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 132 - color contains mainly: red. Hex color #848082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848082 is #7B7F7D. Grayscale: #818181. Windows color (decimal): -8093566 or 8552580. OLE color: 8552580.

HSL color Cylindrical-coordinate representation of color #848082: hue angle of 330º degrees, saturation: 0.02, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #848082 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 128 130 -
CMYK 0 0.03 0.02 0.48
HSL 330º 0.02% 0.51% -
HSV(B) 330º 0.03% 0.52% -
XYZ 21.26 21.96 24.24 -
YUV 129.42 128.33 129.84 -
System Red Green Blue C M Y K H S L
Decimal 132 128 130 0 0.03 0.02 0.48 330 0.02 0.51
Hex 84 80 82 0 3 2 30 14A 2 33
Octal 204 200 202 0 3 2 60 512 2 63
Binary 10000100 10000000 10000010 0 11 10 110000 101001010 10 110011

Color Harmonies of #848082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848082

Black with #848082

Text Example


Text Example

White with #848082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848082; }

 p { color: rgb(132,128,130); }

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

background-color css

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

 a { background-color: rgb(132,128,130); }

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

border-color css

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

 span { border-color: rgb(132,128,130); }

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