Html Css Color HEX #887A7D Venus

📋 copy color: '#887A7D'

red 136 ◦ green 122 ◦ blue 125

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

Shades of Venus #887A7D

Tints of Venus #887A7D

RGB

 RED value IS 136 (53.52% from 255) = 35.51%

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

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

R = 35.51%
G = 31.85%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#887A7D (or 0x887A7D) is known color: Venus. HEX triplet: 88, 7A and 7D. RGB value is (136,122,125). Sum of RGB (Red+Green+Blue) = 136+122+125=383 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.51% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 136 - color contains mainly: red. Hex color #887A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887A7D is #778582. Grayscale: #7E7E7E. Windows color (decimal): -7832963 or 8223368. OLE color: 8223368.

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

Color convert

RGB 136 122 125 -
CMYK 0 0.10 0.08 0.47
HSL 347.14º 0.06% 0.51% -
HSV(B) 347.14º 0.1% 0.53% -
XYZ 20.81 20.63 22.29 -
YUV 126.53 127.14 134.76 -
System Red Green Blue C M Y K H S L
Decimal 136 122 125 0 0.10 0.08 0.47 347.14 0.06 0.51
Hex 88 7A 7D 0 A 8 2F 15B 6 33
Octal 210 172 175 0 12 10 57 533 6 63
Binary 10001000 1111010 1111101 0 1010 1000 101111 101011011 110 110011

Color Harmonies of #887A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887A7D

Black with #887A7D

Text Example


Text Example

White with #887A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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