Html Css Color HEX #8B707B Venus

📋 copy color: '#8B707B'

red 139 ◦ green 112 ◦ blue 123

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

Shades of Venus #8B707B

Tints of Venus #8B707B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.89%

R = 37.17%
G = 29.95%
B = 32.89%

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

#8B707B (or 0x8B707B) is known color: Venus. HEX triplet: 8B, 70 and 7B. RGB value is (139,112,123). Sum of RGB (Red+Green+Blue) = 139+112+123=374 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.17% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 139 - color contains mainly: red. Hex color #8B707B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B707B is #748F84. Grayscale: #797979. Windows color (decimal): -7638917 or 8089739. OLE color: 8089739.

HSL color Cylindrical-coordinate representation of color #8B707B: hue angle of 335.56º 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 #8B707B is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 112 123 -
CMYK 0 0.19 0.12 0.45
HSL 335.56º 0.11% 0.49% -
HSV(B) 335.56º 0.19% 0.55% -
XYZ 20.02 18.51 21.26 -
YUV 121.33 128.95 140.61 -
System Red Green Blue C M Y K H S L
Decimal 139 112 123 0 0.19 0.12 0.45 335.56 0.11 0.49
Hex 8B 70 7B 0 13 C 2D 150 B 31
Octal 213 160 173 0 23 14 55 520 13 61
Binary 10001011 1110000 1111011 0 10011 1100 101101 101010000 1011 110001

Color Harmonies of #8B707B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B707B

Black with #8B707B

Text Example


Text Example

White with #8B707B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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