Html Css Color HEX #85757D Venus

📋 copy color: '#85757D'

red 133 ◦ green 117 ◦ blue 125

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

Shades of Venus #85757D

Tints of Venus #85757D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.2%

 BLUE value IS 125 (49.22% from 255) = 33.33%

R = 35.47%
G = 31.2%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#85757D (or 0x85757D) is known color: Venus. HEX triplet: 85, 75 and 7D. RGB value is (133,117,125). Sum of RGB (Red+Green+Blue) = 133+117+125=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 133 - color contains mainly: red. Hex color #85757D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85757D is #7A8A82. Grayscale: #7A7A7A. Windows color (decimal): -8030851 or 8222085. OLE color: 8222085.

HSL color Cylindrical-coordinate representation of color #85757D: hue angle of 330º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #85757D is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 117 125 -
CMYK 0 0.12 0.06 0.48
HSL 330º 0.06% 0.49% -
HSV(B) 330º 0.12% 0.52% -
XYZ 19.74 19.19 22.07 -
YUV 122.7 129.3 135.35 -
System Red Green Blue C M Y K H S L
Decimal 133 117 125 0 0.12 0.06 0.48 330 0.06 0.49
Hex 85 75 7D 0 C 6 30 14A 6 31
Octal 205 165 175 0 14 6 60 512 6 61
Binary 10000101 1110101 1111101 0 1100 110 110000 101001010 110 110001

Color Harmonies of #85757D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85757D

Black with #85757D

Text Example


Text Example

White with #85757D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85757D; }

 p { color: rgb(133,117,125); }

 H1.HeaderClassName
 {
   color: #85757D;
 }
 .AnyTagClassName
 {
   color: #85757D;
 }
</style>

background-color css

<style>
 a { background-color: #85757D; }

 a { background-color: rgb(133,117,125); }

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

border-color css

<style>
 span { border-color: #85757D; }

 span { border-color: rgb(133,117,125); }

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