Html Css Color HEX #8A727B Venus

📋 copy color: '#8A727B'

red 138 ◦ green 114 ◦ blue 123

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

Shades of Venus #8A727B

Tints of Venus #8A727B

RGB

 RED value IS 138 (54.3% from 255) = 36.8%

 GREEN value IS 114 (44.92% from 255) = 30.4%

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

R = 36.8%
G = 30.4%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#8A727B (or 0x8A727B) is known color: Venus. HEX triplet: 8A, 72 and 7B. RGB value is (138,114,123). Sum of RGB (Red+Green+Blue) = 138+114+123=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 138 - color contains mainly: red. Hex color #8A727B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A727B is #758D84. Grayscale: #7A7A7A. Windows color (decimal): -7703941 or 8090250. OLE color: 8090250.

HSL color Cylindrical-coordinate representation of color #8A727B: hue angle of 337.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8A727B is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 114 123 -
CMYK 0 0.17 0.11 0.46
HSL 337.5º 0.1% 0.49% -
HSV(B) 337.5º 0.17% 0.54% -
XYZ 20.07 18.87 21.32 -
YUV 122.2 128.45 139.27 -
System Red Green Blue C M Y K H S L
Decimal 138 114 123 0 0.17 0.11 0.46 337.5 0.1 0.49
Hex 8A 72 7B 0 11 B 2E 152 A 31
Octal 212 162 173 0 21 13 56 522 12 61
Binary 10001010 1110010 1111011 0 10001 1011 101110 101010010 1010 110001

Color Harmonies of #8A727B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A727B

Black with #8A727B

Text Example


Text Example

White with #8A727B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,114,123); }

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

background-color css

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

 a { background-color: rgb(138,114,123); }

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

border-color css

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

 span { border-color: rgb(138,114,123); }

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