Html Css Color HEX #857A7E Venus

📋 copy color: '#857A7E'

red 133 ◦ green 122 ◦ blue 126

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

Shades of Venus #857A7E

Tints of Venus #857A7E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.02%

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

R = 34.91%
G = 32.02%
B = 33.07%

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

#857A7E (or 0x857A7E) is known color: Venus. HEX triplet: 85, 7A and 7E. RGB value is (133,122,126). Sum of RGB (Red+Green+Blue) = 133+122+126=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 133 - color contains mainly: red. Hex color #857A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857A7E is #7A8581. Grayscale: #7D7D7D. Windows color (decimal): -8029570 or 8288901. OLE color: 8288901.

HSL color Cylindrical-coordinate representation of color #857A7E: hue angle of 338.18º 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 #857A7E is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 122 126 -
CMYK 0 0.08 0.05 0.48
HSL 338.18º 0.04% 0.5% -
HSV(B) 338.18º 0.08% 0.52% -
XYZ 20.4 20.41 22.6 -
YUV 125.75 128.14 133.17 -
System Red Green Blue C M Y K H S L
Decimal 133 122 126 0 0.08 0.05 0.48 338.18 0.04 0.5
Hex 85 7A 7E 0 8 5 30 152 4 32
Octal 205 172 176 0 10 5 60 522 4 62
Binary 10000101 1111010 1111110 0 1000 101 110000 101010010 100 110010

Color Harmonies of #857A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857A7E

Black with #857A7E

Text Example


Text Example

White with #857A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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