Html Css Color HEX #85767C Venus

📋 copy color: '#85767C'

red 133 ◦ green 118 ◦ blue 124

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

Shades of Venus #85767C

Tints of Venus #85767C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.47%

 BLUE value IS 124 (48.83% from 255) = 33.07%

R = 35.47%
G = 31.47%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#85767C (or 0x85767C) is known color: Venus. HEX triplet: 85, 76 and 7C. RGB value is (133,118,124). Sum of RGB (Red+Green+Blue) = 133+118+124=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 133 - color contains mainly: red. Hex color #85767C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85767C is #7A8983. Grayscale: #7B7B7B. Windows color (decimal): -8030596 or 8156805. OLE color: 8156805.

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

Color convert

RGB 133 118 124 -
CMYK 0 0.11 0.07 0.48
HSL 336º 0.06% 0.49% -
HSV(B) 336º 0.11% 0.52% -
XYZ 19.79 19.4 21.77 -
YUV 123.17 128.47 135.01 -
System Red Green Blue C M Y K H S L
Decimal 133 118 124 0 0.11 0.07 0.48 336 0.06 0.49
Hex 85 76 7C 0 B 7 30 150 6 31
Octal 205 166 174 0 13 7 60 520 6 61
Binary 10000101 1110110 1111100 0 1011 111 110000 101010000 110 110001

Color Harmonies of #85767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85767C

Black with #85767C

Text Example


Text Example

White with #85767C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85767C; }

 p { color: rgb(133,118,124); }

 H1.HeaderClassName
 {
   color: #85767C;
 }
 .AnyTagClassName
 {
   color: #85767C;
 }
</style>

background-color css

<style>
 a { background-color: #85767C; }

 a { background-color: rgb(133,118,124); }

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

border-color css

<style>
 span { border-color: #85767C; }

 span { border-color: rgb(133,118,124); }

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