Html Css Color HEX #887F6A Arrowtown

📋 copy color: '#887F6A'

red 136 ◦ green 127 ◦ blue 106

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

Shades of Arrowtown #887F6A

Tints of Arrowtown #887F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.73%

R = 36.86%
G = 34.42%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#887F6A (or 0x887F6A) is known color: Arrowtown. HEX triplet: 88, 7F and 6A. RGB value is (136,127,106). Sum of RGB (Red+Green+Blue) = 136+127+106=369 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.86% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 136 - color contains mainly: red. Hex color #887F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887F6A is #778095. Grayscale: #7F7F7F. Windows color (decimal): -7831702 or 6979464. OLE color: 6979464.

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

Color convert

RGB 136 127 106 -
CMYK 0 0.07 0.22 0.47
HSL 42º 0.12% 0.47% -
HSV(B) 42º 0.22% 0.53% -
XYZ 20.34 21.45 16.7 -
YUV 127.3 115.98 134.21 -
System Red Green Blue C M Y K H S L
Decimal 136 127 106 0 0.07 0.22 0.47 42 0.12 0.47
Hex 88 7F 6A 0 7 16 2F 2A C 2F
Octal 210 177 152 0 7 26 57 52 14 57
Binary 10001000 1111111 1101010 0 111 10110 101111 101010 1100 101111

Color Harmonies of #887F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887F6A

Black with #887F6A

Text Example


Text Example

White with #887F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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