Html Css Color HEX #8B707A Venus

📋 copy color: '#8B707A'

red 139 ◦ green 112 ◦ blue 122

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

Shades of Venus #8B707A

Tints of Venus #8B707A

RGB

 RED value IS 139 (54.69% from 255) = 37.27%

 GREEN value IS 112 (44.14% from 255) = 30.03%

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

R = 37.27%
G = 30.03%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#8B707A (or 0x8B707A) is known color: Venus. HEX triplet: 8B, 70 and 7A. RGB value is (139,112,122). Sum of RGB (Red+Green+Blue) = 139+112+122=373 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.27% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 139 - color contains mainly: red. Hex color #8B707A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B707A is #748F85. Grayscale: #797979. Windows color (decimal): -7638918 or 8024203. OLE color: 8024203.

HSL color Cylindrical-coordinate representation of color #8B707A: hue angle of 337.78º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8B707A is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 112 122 -
CMYK 0 0.19 0.12 0.45
HSL 337.78º 0.11% 0.49% -
HSV(B) 337.78º 0.19% 0.55% -
XYZ 19.95 18.48 20.93 -
YUV 121.21 128.45 140.69 -
System Red Green Blue C M Y K H S L
Decimal 139 112 122 0 0.19 0.12 0.45 337.78 0.11 0.49
Hex 8B 70 7A 0 13 C 2D 152 B 31
Octal 213 160 172 0 23 14 55 522 13 61
Binary 10001011 1110000 1111010 0 10011 1100 101101 101010010 1011 110001

Color Harmonies of #8B707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B707A

Black with #8B707A

Text Example


Text Example

White with #8B707A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,112,122); }

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

background-color css

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

 a { background-color: rgb(139,112,122); }

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

border-color css

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

 span { border-color: rgb(139,112,122); }

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