Html Css Color HEX #85767D Venus

📋 copy color: '#85767D'

red 133 ◦ green 118 ◦ blue 125

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

Shades of Venus #85767D

Tints of Venus #85767D

RGB

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

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

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

R = 35.37%
G = 31.38%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#85767D (or 0x85767D) is known color: Venus. HEX triplet: 85, 76 and 7D. RGB value is (133,118,125). Sum of RGB (Red+Green+Blue) = 133+118+125=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 133 - color contains mainly: red. Hex color #85767D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85767D is #7A8982. Grayscale: #7B7B7B. Windows color (decimal): -8030595 or 8222341. OLE color: 8222341.

HSL color Cylindrical-coordinate representation of color #85767D: hue angle of 332º 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 #85767D is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 118 125 -
CMYK 0 0.11 0.06 0.48
HSL 332º 0.06% 0.49% -
HSV(B) 332º 0.11% 0.52% -
XYZ 19.85 19.42 22.1 -
YUV 123.28 128.97 134.93 -
System Red Green Blue C M Y K H S L
Decimal 133 118 125 0 0.11 0.06 0.48 332 0.06 0.49
Hex 85 76 7D 0 B 6 30 14C 6 31
Octal 205 166 175 0 13 6 60 514 6 61
Binary 10000101 1110110 1111101 0 1011 110 110000 101001100 110 110001

Color Harmonies of #85767D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85767D

Black with #85767D

Text Example


Text Example

White with #85767D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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