Html Css Color HEX #877A7D Venus

📋 copy color: '#877A7D'

red 135 ◦ green 122 ◦ blue 125

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

Shades of Venus #877A7D

Tints of Venus #877A7D

RGB

 RED value IS 135 (53.13% from 255) = 35.34%

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

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

R = 35.34%
G = 31.94%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#877A7D (or 0x877A7D) is known color: Venus. HEX triplet: 87, 7A and 7D. RGB value is (135,122,125). Sum of RGB (Red+Green+Blue) = 135+122+125=382 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.34% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 135 - color contains mainly: red. Hex color #877A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877A7D is #788582. Grayscale: #7E7E7E. Windows color (decimal): -7898499 or 8223367. OLE color: 8223367.

HSL color Cylindrical-coordinate representation of color #877A7D: hue angle of 346.15º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #877A7D is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 122 125 -
CMYK 0 0.10 0.07 0.47
HSL 346.15º 0.05% 0.5% -
HSV(B) 346.15º 0.1% 0.53% -
XYZ 20.65 20.55 22.28 -
YUV 126.23 127.31 134.26 -
System Red Green Blue C M Y K H S L
Decimal 135 122 125 0 0.10 0.07 0.47 346.15 0.05 0.5
Hex 87 7A 7D 0 A 7 2F 15A 5 32
Octal 207 172 175 0 12 7 57 532 5 62
Binary 10000111 1111010 1111101 0 1010 111 101111 101011010 101 110010

Color Harmonies of #877A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877A7D

Black with #877A7D

Text Example


Text Example

White with #877A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877A7D; }

 p { color: rgb(135,122,125); }

 H1.HeaderClassName
 {
   color: #877A7D;
 }
 .AnyTagClassName
 {
   color: #877A7D;
 }
</style>

background-color css

<style>
 a { background-color: #877A7D; }

 a { background-color: rgb(135,122,125); }

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

border-color css

<style>
 span { border-color: #877A7D; }

 span { border-color: rgb(135,122,125); }

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