Html Css Color HEX #898082 Venus

📋 copy color: '#898082'

red 137 ◦ green 128 ◦ blue 130

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

Shades of Venus #898082

Tints of Venus #898082

RGB

 RED value IS 137 (53.91% from 255) = 34.68%

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

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

R = 34.68%
G = 32.41%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#898082 (or 0x898082) is known color: Venus. HEX triplet: 89, 80 and 82. RGB value is (137,128,130). Sum of RGB (Red+Green+Blue) = 137+128+130=395 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.68% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 137 - color contains mainly: red. Hex color #898082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898082 is #767F7D. Grayscale: #828282. Windows color (decimal): -7765886 or 8552585. OLE color: 8552585.

HSL color Cylindrical-coordinate representation of color #898082: hue angle of 346.67º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #898082 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 128 130 -
CMYK 0 0.07 0.05 0.46
HSL 346.67º 0.04% 0.52% -
HSV(B) 346.67º 0.07% 0.54% -
XYZ 22.06 22.37 24.27 -
YUV 130.92 127.48 132.34 -
System Red Green Blue C M Y K H S L
Decimal 137 128 130 0 0.07 0.05 0.46 346.67 0.04 0.52
Hex 89 80 82 0 7 5 2E 15B 4 34
Octal 211 200 202 0 7 5 56 533 4 64
Binary 10001001 10000000 10000010 0 111 101 101110 101011011 100 110100

Color Harmonies of #898082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898082

Black with #898082

Text Example


Text Example

White with #898082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898082; }

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

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

background-color css

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

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

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

border-color css

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

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

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