Html Css Color HEX #8C898A Venus

📋 copy color: '#8C898A'

red 140 ◦ green 137 ◦ blue 138

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

Shades of Venus #8C898A

Tints of Venus #8C898A

RGB

 RED value IS 140 (55.08% from 255) = 33.73%

 GREEN value IS 137 (53.91% from 255) = 33.01%

 BLUE value IS 138 (54.3% from 255) = 33.25%

R = 33.73%
G = 33.01%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8C898A (or 0x8C898A) is known color: Venus. HEX triplet: 8C, 89 and 8A. RGB value is (140,137,138). Sum of RGB (Red+Green+Blue) = 140+137+138=415 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.73% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 140 - color contains mainly: red. Hex color #8C898A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C898A is #737675. Grayscale: #8A8A8A. Windows color (decimal): -7566966 or 9079180. OLE color: 9079180.

HSL color Cylindrical-coordinate representation of color #8C898A: hue angle of 340º degrees, saturation: 0.01, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #8C898A is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 137 138 -
CMYK 0 0.02 0.01 0.45
HSL 340º 0.01% 0.54% -
HSV(B) 340º 0.02% 0.55% -
XYZ 24.35 25.3 27.65 -
YUV 138.01 127.99 129.42 -
System Red Green Blue C M Y K H S L
Decimal 140 137 138 0 0.02 0.01 0.45 340 0.01 0.54
Hex 8C 89 8A 0 2 1 2D 154 1 36
Octal 214 211 212 0 2 1 55 524 1 66
Binary 10001100 10001001 10001010 0 10 1 101101 101010100 1 110110

Color Harmonies of #8C898A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C898A

Black with #8C898A

Text Example


Text Example

White with #8C898A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C898A; }

 p { color: rgb(140,137,138); }

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

background-color css

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

 a { background-color: rgb(140,137,138); }

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

border-color css

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

 span { border-color: rgb(140,137,138); }

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