Html Css Color HEX #857B7E Venus

📋 copy color: '#857B7E'

red 133 ◦ green 123 ◦ blue 126

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

Shades of Venus #857B7E

Tints of Venus #857B7E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.2%

 BLUE value IS 126 (49.61% from 255) = 32.98%

R = 34.82%
G = 32.2%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#857B7E (or 0x857B7E) is known color: Venus. HEX triplet: 85, 7B and 7E. RGB value is (133,123,126). Sum of RGB (Red+Green+Blue) = 133+123+126=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 133 - color contains mainly: red. Hex color #857B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857B7E is #7A8481. Grayscale: #7E7E7E. Windows color (decimal): -8029314 or 8289157. OLE color: 8289157.

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

Color convert

RGB 133 123 126 -
CMYK 0 0.08 0.05 0.48
HSL 342º 0.04% 0.5% -
HSV(B) 342º 0.08% 0.52% -
XYZ 20.52 20.66 22.64 -
YUV 126.33 127.81 132.76 -
System Red Green Blue C M Y K H S L
Decimal 133 123 126 0 0.08 0.05 0.48 342 0.04 0.5
Hex 85 7B 7E 0 8 5 30 156 4 32
Octal 205 173 176 0 10 5 60 526 4 62
Binary 10000101 1111011 1111110 0 1000 101 110000 101010110 100 110010

Color Harmonies of #857B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857B7E

Black with #857B7E

Text Example


Text Example

White with #857B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857B7E; }

 p { color: rgb(133,123,126); }

 H1.HeaderClassName
 {
   color: #857B7E;
 }
 .AnyTagClassName
 {
   color: #857B7E;
 }
</style>

background-color css

<style>
 a { background-color: #857B7E; }

 a { background-color: rgb(133,123,126); }

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

border-color css

<style>
 span { border-color: #857B7E; }

 span { border-color: rgb(133,123,126); }

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