Html Css Color HEX #877B7E Venus

📋 copy color: '#877B7E'

red 135 ◦ green 123 ◦ blue 126

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

Shades of Venus #877B7E

Tints of Venus #877B7E

RGB

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

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

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

R = 35.16%
G = 32.03%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#877B7E (or 0x877B7E) is known color: Venus. HEX triplet: 87, 7B and 7E. RGB value is (135,123,126). Sum of RGB (Red+Green+Blue) = 135+123+126=384 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.16% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 135 - color contains mainly: red. Hex color #877B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877B7E is #788481. Grayscale: #7E7E7E. Windows color (decimal): -7898242 or 8289159. OLE color: 8289159.

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

Color convert

RGB 135 123 126 -
CMYK 0 0.09 0.07 0.47
HSL 345º 0.05% 0.51% -
HSV(B) 345º 0.09% 0.53% -
XYZ 20.84 20.82 22.66 -
YUV 126.93 127.48 133.76 -
System Red Green Blue C M Y K H S L
Decimal 135 123 126 0 0.09 0.07 0.47 345 0.05 0.51
Hex 87 7B 7E 0 9 7 2F 159 5 33
Octal 207 173 176 0 11 7 57 531 5 63
Binary 10000111 1111011 1111110 0 1001 111 101111 101011001 101 110011

Color Harmonies of #877B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877B7E

Black with #877B7E

Text Example


Text Example

White with #877B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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