Html Css Color HEX #85727A Venus

📋 copy color: '#85727A'

red 133 ◦ green 114 ◦ blue 122

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

Shades of Venus #85727A

Tints of Venus #85727A

RGB

 RED value IS 133 (52.34% from 255) = 36.04%

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

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

R = 36.04%
G = 30.89%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#85727A (or 0x85727A) is known color: Venus. HEX triplet: 85, 72 and 7A. RGB value is (133,114,122). Sum of RGB (Red+Green+Blue) = 133+114+122=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 133 - color contains mainly: red. Hex color #85727A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85727A is #7A8D85. Grayscale: #787878. Windows color (decimal): -8031622 or 8024709. OLE color: 8024709.

HSL color Cylindrical-coordinate representation of color #85727A: hue angle of 334.74º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #85727A is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 114 122 -
CMYK 0 0.14 0.08 0.48
HSL 334.74º 0.08% 0.48% -
HSV(B) 334.74º 0.14% 0.52% -
XYZ 19.2 18.43 20.96 -
YUV 120.59 128.79 136.85 -
System Red Green Blue C M Y K H S L
Decimal 133 114 122 0 0.14 0.08 0.48 334.74 0.08 0.48
Hex 85 72 7A 0 E 8 30 14F 8 30
Octal 205 162 172 0 16 10 60 517 10 60
Binary 10000101 1110010 1111010 0 1110 1000 110000 101001111 1000 110000

Color Harmonies of #85727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85727A

Black with #85727A

Text Example


Text Example

White with #85727A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85727A; }

 p { color: rgb(133,114,122); }

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

background-color css

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

 a { background-color: rgb(133,114,122); }

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

border-color css

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

 span { border-color: rgb(133,114,122); }

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