Html Css Color HEX #8A7E6D Squirrel

📋 copy color: '#8A7E6D'

red 138 ◦ green 126 ◦ blue 109

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

Shades of Squirrel #8A7E6D

Tints of Squirrel #8A7E6D

RGB

 RED value IS 138 (54.3% from 255) = 37%

 GREEN value IS 126 (49.61% from 255) = 33.78%

 BLUE value IS 109 (42.97% from 255) = 29.22%

R = 37%
G = 33.78%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#8A7E6D (or 0x8A7E6D) is known color: Squirrel. HEX triplet: 8A, 7E and 6D. RGB value is (138,126,109). Sum of RGB (Red+Green+Blue) = 138+126+109=373 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.00% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7E6D is #758192. Grayscale: #7F7F7F. Windows color (decimal): -7700883 or 7175818. OLE color: 7175818.

HSL color Cylindrical-coordinate representation of color #8A7E6D: hue angle of 35.17º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8A7E6D is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 126 109 -
CMYK 0 0.09 0.21 0.46
HSL 35.17º 0.12% 0.48% -
HSV(B) 35.17º 0.21% 0.54% -
XYZ 20.7 21.43 17.51 -
YUV 127.65 117.48 135.38 -
System Red Green Blue C M Y K H S L
Decimal 138 126 109 0 0.09 0.21 0.46 35.17 0.12 0.48
Hex 8A 7E 6D 0 9 15 2E 23 C 30
Octal 212 176 155 0 11 25 56 43 14 60
Binary 10001010 1111110 1101101 0 1001 10101 101110 100011 1100 110000

Color Harmonies of #8A7E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7E6D

Black with #8A7E6D

Text Example


Text Example

White with #8A7E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,126,109); }

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

background-color css

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

 a { background-color: rgb(138,126,109); }

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

border-color css

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

 span { border-color: rgb(138,126,109); }

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