Html Css Color HEX #8B7D6E Squirrel

📋 copy color: '#8B7D6E'

red 139 ◦ green 125 ◦ blue 110

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

Shades of Squirrel #8B7D6E

Tints of Squirrel #8B7D6E

RGB

 RED value IS 139 (54.69% from 255) = 37.17%

 GREEN value IS 125 (49.22% from 255) = 33.42%

 BLUE value IS 110 (43.36% from 255) = 29.41%

R = 37.17%
G = 33.42%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8B7D6E (or 0x8B7D6E) is known color: Squirrel. HEX triplet: 8B, 7D and 6E. RGB value is (139,125,110). Sum of RGB (Red+Green+Blue) = 139+125+110=374 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.17% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7D6E is #748291. Grayscale: #7F7F7F. Windows color (decimal): -7635602 or 7241099. OLE color: 7241099.

HSL color Cylindrical-coordinate representation of color #8B7D6E: hue angle of 31.03º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8B7D6E is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 125 110 -
CMYK 0 0.10 0.21 0.45
HSL 31.03º 0.12% 0.49% -
HSV(B) 31.03º 0.21% 0.55% -
XYZ 20.8 21.28 17.76 -
YUV 127.48 118.14 136.22 -
System Red Green Blue C M Y K H S L
Decimal 139 125 110 0 0.10 0.21 0.45 31.03 0.12 0.49
Hex 8B 7D 6E 0 A 15 2D 1F C 31
Octal 213 175 156 0 12 25 55 37 14 61
Binary 10001011 1111101 1101110 0 1010 10101 101101 11111 1100 110001

Color Harmonies of #8B7D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7D6E

Black with #8B7D6E

Text Example


Text Example

White with #8B7D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B7D6E; }

 p { color: rgb(139,125,110); }

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

background-color css

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

 a { background-color: rgb(139,125,110); }

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

border-color css

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

 span { border-color: rgb(139,125,110); }

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