Html Css Color HEX #85787F Venus

📋 copy color: '#85787F'

red 133 ◦ green 120 ◦ blue 127

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

Shades of Venus #85787F

Tints of Venus #85787F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.58%

 BLUE value IS 127 (50% from 255) = 33.42%

R = 35%
G = 31.58%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#85787F (or 0x85787F) is known color: Venus. HEX triplet: 85, 78 and 7F. RGB value is (133,120,127). Sum of RGB (Red+Green+Blue) = 133+120+127=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 133 - color contains mainly: red. Hex color #85787F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85787F is #7A8780. Grayscale: #7C7C7C. Windows color (decimal): -8030081 or 8353925. OLE color: 8353925.

HSL color Cylindrical-coordinate representation of color #85787F: hue angle of 327.69º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #85787F is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 120 127 -
CMYK 0 0.10 0.05 0.48
HSL 327.69º 0.05% 0.5% -
HSV(B) 327.69º 0.1% 0.52% -
XYZ 20.22 19.95 22.86 -
YUV 124.69 129.31 133.93 -
System Red Green Blue C M Y K H S L
Decimal 133 120 127 0 0.10 0.05 0.48 327.69 0.05 0.5
Hex 85 78 7F 0 A 5 30 148 5 32
Octal 205 170 177 0 12 5 60 510 5 62
Binary 10000101 1111000 1111111 0 1010 101 110000 101001000 101 110010

Color Harmonies of #85787F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85787F

Black with #85787F

Text Example


Text Example

White with #85787F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85787F; }

 p { color: rgb(133,120,127); }

 H1.HeaderClassName
 {
   color: #85787F;
 }
 .AnyTagClassName
 {
   color: #85787F;
 }
</style>

background-color css

<style>
 a { background-color: #85787F; }

 a { background-color: rgb(133,120,127); }

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

border-color css

<style>
 span { border-color: #85787F; }

 span { border-color: rgb(133,120,127); }

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