Html Css Color HEX #877069 Ferra

📋 copy color: '#877069'

red 135 ◦ green 112 ◦ blue 105

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

Shades of Ferra #877069

Tints of Ferra #877069

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.82%

 BLUE value IS 105 (41.41% from 255) = 29.83%

R = 38.35%
G = 31.82%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#877069 (or 0x877069) is known color: Ferra. HEX triplet: 87, 70 and 69. RGB value is (135,112,105). Sum of RGB (Red+Green+Blue) = 135+112+105=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 105 (41.41% from 255 or 29.83% from 352); Max value from RGB is 135 - color contains mainly: red. Hex color #877069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877069 is #788F96. Grayscale: #767676. Windows color (decimal): -7901079 or 6910087. OLE color: 6910087.

HSL color Cylindrical-coordinate representation of color #877069: hue angle of 14º 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 #877069 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 112 105 -
CMYK 0 0.17 0.22 0.47
HSL 14º 0.13% 0.47% -
HSV(B) 14º 0.22% 0.53% -
XYZ 18.34 17.76 15.83 -
YUV 118.08 120.62 140.07 -
System Red Green Blue C M Y K H S L
Decimal 135 112 105 0 0.17 0.22 0.47 14 0.13 0.47
Hex 87 70 69 0 11 16 2F E C 2F
Octal 207 160 151 0 21 26 57 16 14 57
Binary 10000111 1110000 1101001 0 10001 10110 101111 1110 1100 101111

Color Harmonies of #877069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877069

Black with #877069

Text Example


Text Example

White with #877069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877069; }

 p { color: rgb(135,112,105); }

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

background-color css

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

 a { background-color: rgb(135,112,105); }

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

border-color css

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

 span { border-color: rgb(135,112,105); }

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