Html Css Color HEX #8F837D Hurricane

📋 copy color: '#8F837D'

red 143 ◦ green 131 ◦ blue 125

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

Shades of Hurricane #8F837D

Tints of Hurricane #8F837D

RGB

 RED value IS 143 (56.25% from 255) = 35.84%

 GREEN value IS 131 (51.56% from 255) = 32.83%

 BLUE value IS 125 (49.22% from 255) = 31.33%

R = 35.84%
G = 32.83%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#8F837D (or 0x8F837D) is known color: Hurricane. HEX triplet: 8F, 83 and 7D. RGB value is (143,131,125). Sum of RGB (Red+Green+Blue) = 143+131+125=399 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.84% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 143 - color contains mainly: red. Hex color #8F837D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F837D is #707C82. Grayscale: #858585. Windows color (decimal): -7371907 or 8225679. OLE color: 8225679.

HSL color Cylindrical-coordinate representation of color #8F837D: hue angle of 20º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8F837D is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 131 125 -
CMYK 0 0.08 0.13 0.44
HSL 20º 0.07% 0.53% -
HSV(B) 20º 0.13% 0.56% -
XYZ 23.15 23.55 22.73 -
YUV 133.9 122.98 134.49 -
System Red Green Blue C M Y K H S L
Decimal 143 131 125 0 0.08 0.13 0.44 20 0.07 0.53
Hex 8F 83 7D 0 8 D 2C 14 7 35
Octal 217 203 175 0 10 15 54 24 7 65
Binary 10001111 10000011 1111101 0 1000 1101 101100 10100 111 110101

Color Harmonies of #8F837D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F837D

Black with #8F837D

Text Example


Text Example

White with #8F837D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,131,125); }

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

background-color css

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

 a { background-color: rgb(143,131,125); }

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

border-color css

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

 span { border-color: rgb(143,131,125); }

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