Html Css Color HEX #8B746B Hurricane

📋 copy color: '#8B746B'

red 139 ◦ green 116 ◦ blue 107

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

Shades of Hurricane #8B746B

Tints of Hurricane #8B746B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.04%

 BLUE value IS 107 (42.19% from 255) = 29.56%

R = 38.4%
G = 32.04%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#8B746B (or 0x8B746B) is known color: Hurricane. HEX triplet: 8B, 74 and 6B. RGB value is (139,116,107). Sum of RGB (Red+Green+Blue) = 139+116+107=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 139 - color contains mainly: red. Hex color #8B746B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B746B is #748B94. Grayscale: #797979. Windows color (decimal): -7637909 or 7042187. OLE color: 7042187.

HSL color Cylindrical-coordinate representation of color #8B746B: hue angle of 16.88º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8B746B is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 116 107 -
CMYK 0 0.17 0.23 0.45
HSL 16.88º 0.13% 0.48% -
HSV(B) 16.88º 0.23% 0.55% -
XYZ 19.55 19.04 16.56 -
YUV 121.85 119.62 140.23 -
System Red Green Blue C M Y K H S L
Decimal 139 116 107 0 0.17 0.23 0.45 16.88 0.13 0.48
Hex 8B 74 6B 0 11 17 2D 11 D 30
Octal 213 164 153 0 21 27 55 21 15 60
Binary 10001011 1110100 1101011 0 10001 10111 101101 10001 1101 110000

Color Harmonies of #8B746B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B746B

Black with #8B746B

Text Example


Text Example

White with #8B746B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,116,107); }

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

background-color css

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

 a { background-color: rgb(139,116,107); }

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

border-color css

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

 span { border-color: rgb(139,116,107); }

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