Html Css Color HEX #877F6F Arrowtown

📋 copy color: '#877F6F'

red 135 ◦ green 127 ◦ blue 111

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

Shades of Arrowtown #877F6F

Tints of Arrowtown #877F6F

RGB

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

 GREEN value IS 127 (50% from 255) = 34.05%

 BLUE value IS 111 (43.75% from 255) = 29.76%

R = 36.19%
G = 34.05%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#877F6F (or 0x877F6F) is known color: Arrowtown. HEX triplet: 87, 7F and 6F. RGB value is (135,127,111). Sum of RGB (Red+Green+Blue) = 135+127+111=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 135 - color contains mainly: red. Hex color #877F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877F6F is #788090. Grayscale: #7F7F7F. Windows color (decimal): -7897233 or 7307143. OLE color: 7307143.

HSL color Cylindrical-coordinate representation of color #877F6F: hue angle of 40º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #877F6F is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 127 111 -
CMYK 0 0.06 0.18 0.47
HSL 40º 0.1% 0.48% -
HSV(B) 40º 0.18% 0.53% -
XYZ 20.45 21.48 18.11 -
YUV 127.57 118.65 133.3 -
System Red Green Blue C M Y K H S L
Decimal 135 127 111 0 0.06 0.18 0.47 40 0.1 0.48
Hex 87 7F 6F 0 6 12 2F 28 A 30
Octal 207 177 157 0 6 22 57 50 12 60
Binary 10000111 1111111 1101111 0 110 10010 101111 101000 1010 110000

Color Harmonies of #877F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877F6F

Black with #877F6F

Text Example


Text Example

White with #877F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,127,111); }

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

background-color css

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

 a { background-color: rgb(135,127,111); }

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

border-color css

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

 span { border-color: rgb(135,127,111); }

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