Html Css Color HEX #8A736B Hurricane

📋 copy color: '#8A736B'

red 138 ◦ green 115 ◦ blue 107

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

Shades of Hurricane #8A736B

Tints of Hurricane #8A736B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.94%

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

R = 38.33%
G = 31.94%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#8A736B (or 0x8A736B) is known color: Hurricane. HEX triplet: 8A, 73 and 6B. RGB value is (138,115,107). Sum of RGB (Red+Green+Blue) = 138+115+107=360 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.33% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 138 - color contains mainly: red. Hex color #8A736B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A736B is #758C94. Grayscale: #797979. Windows color (decimal): -7703701 or 7041930. OLE color: 7041930.

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

Color convert

RGB 138 115 107 -
CMYK 0 0.17 0.22 0.46
HSL 15.48º 0.13% 0.48% -
HSV(B) 15.48º 0.22% 0.54% -
XYZ 19.27 18.73 16.51 -
YUV 120.97 120.12 140.15 -
System Red Green Blue C M Y K H S L
Decimal 138 115 107 0 0.17 0.22 0.46 15.48 0.13 0.48
Hex 8A 73 6B 0 11 16 2E F D 30
Octal 212 163 153 0 21 26 56 17 15 60
Binary 10001010 1110011 1101011 0 10001 10110 101110 1111 1101 110000

Color Harmonies of #8A736B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A736B

Black with #8A736B

Text Example


Text Example

White with #8A736B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,115,107); }

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

background-color css

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

 a { background-color: rgb(138,115,107); }

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

border-color css

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

 span { border-color: rgb(138,115,107); }

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