Html Css Color HEX #89827D Hurricane

📋 copy color: '#89827D'

red 137 ◦ green 130 ◦ blue 125

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

Shades of Hurricane #89827D

Tints of Hurricane #89827D

RGB

 RED value IS 137 (53.91% from 255) = 34.95%

 GREEN value IS 130 (51.17% from 255) = 33.16%

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

R = 34.95%
G = 33.16%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#89827D (or 0x89827D) is known color: Hurricane. HEX triplet: 89, 82 and 7D. RGB value is (137,130,125). Sum of RGB (Red+Green+Blue) = 137+130+125=392 (51% of max value = 765). Red value is 137 (53.91% from 255 or 34.95% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 137 - color contains mainly: red. Hex color #89827D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89827D is #767D82. Grayscale: #838383. Windows color (decimal): -7765379 or 8225417. OLE color: 8225417.

HSL color Cylindrical-coordinate representation of color #89827D: hue angle of 25º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #89827D is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 130 125 -
CMYK 0 0.05 0.09 0.46
HSL 25º 0.05% 0.51% -
HSV(B) 25º 0.09% 0.54% -
XYZ 22 22.76 22.64 -
YUV 131.52 124.32 131.91 -
System Red Green Blue C M Y K H S L
Decimal 137 130 125 0 0.05 0.09 0.46 25 0.05 0.51
Hex 89 82 7D 0 5 9 2E 19 5 33
Octal 211 202 175 0 5 11 56 31 5 63
Binary 10001001 10000010 1111101 0 101 1001 101110 11001 101 110011

Color Harmonies of #89827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89827D

Black with #89827D

Text Example


Text Example

White with #89827D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89827D; }

 p { color: rgb(137,130,125); }

 H1.HeaderClassName
 {
   color: #89827D;
 }
 .AnyTagClassName
 {
   color: #89827D;
 }
</style>

background-color css

<style>
 a { background-color: #89827D; }

 a { background-color: rgb(137,130,125); }

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

border-color css

<style>
 span { border-color: #89827D; }

 span { border-color: rgb(137,130,125); }

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