Html Css Color HEX #887D7F Venus

📋 copy color: '#887D7F'

red 136 ◦ green 125 ◦ blue 127

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

Shades of Venus #887D7F

Tints of Venus #887D7F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.22%

 BLUE value IS 127 (50% from 255) = 32.73%

R = 35.05%
G = 32.22%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#887D7F (or 0x887D7F) is known color: Venus. HEX triplet: 88, 7D and 7F. RGB value is (136,125,127). Sum of RGB (Red+Green+Blue) = 136+125+127=388 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.05% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 136 - color contains mainly: red. Hex color #887D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887D7F is #778280. Grayscale: #808080. Windows color (decimal): -7832193 or 8355208. OLE color: 8355208.

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

Color convert

RGB 136 125 127 -
CMYK 0 0.08 0.07 0.47
HSL 349.09º 0.04% 0.51% -
HSV(B) 349.09º 0.08% 0.53% -
XYZ 21.32 21.43 23.09 -
YUV 128.52 127.14 133.34 -
System Red Green Blue C M Y K H S L
Decimal 136 125 127 0 0.08 0.07 0.47 349.09 0.04 0.51
Hex 88 7D 7F 0 8 7 2F 15D 4 33
Octal 210 175 177 0 10 7 57 535 4 63
Binary 10001000 1111101 1111111 0 1000 111 101111 101011101 100 110011

Color Harmonies of #887D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887D7F

Black with #887D7F

Text Example


Text Example

White with #887D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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