Html Css Color HEX #877269 Beaver

📋 copy color: '#877269'

red 135 ◦ green 114 ◦ blue 105

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

Shades of Beaver #877269

Tints of Beaver #877269

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.2%

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

R = 38.14%
G = 32.2%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#877269 (or 0x877269) is known color: Beaver. HEX triplet: 87, 72 and 69. RGB value is (135,114,105). Sum of RGB (Red+Green+Blue) = 135+114+105=354 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.14% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 105 (41.41% from 255 or 29.66% from 354); Max value from RGB is 135 - color contains mainly: red. Hex color #877269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877269 is #788D96. Grayscale: #777777. Windows color (decimal): -7900567 or 6910599. OLE color: 6910599.

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

Color convert

RGB 135 114 105 -
CMYK 0 0.16 0.22 0.47
HSL 18º 0.13% 0.47% -
HSV(B) 18º 0.22% 0.53% -
XYZ 18.56 18.21 15.9 -
YUV 119.25 119.96 139.23 -
System Red Green Blue C M Y K H S L
Decimal 135 114 105 0 0.16 0.22 0.47 18 0.13 0.47
Hex 87 72 69 0 10 16 2F 12 C 2F
Octal 207 162 151 0 20 26 57 22 14 57
Binary 10000111 1110010 1101001 0 10000 10110 101111 10010 1100 101111

Color Harmonies of #877269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877269

Black with #877269

Text Example


Text Example

White with #877269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877269; }

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

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

background-color css

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

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

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

border-color css

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

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

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