Html Css Color HEX #90827B Hurricane

📋 copy color: '#90827B'

red 144 ◦ green 130 ◦ blue 123

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

Shades of Hurricane #90827B

Tints of Hurricane #90827B

RGB

 RED value IS 144 (56.64% from 255) = 36.27%

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

 BLUE value IS 123 (48.44% from 255) = 30.98%

R = 36.27%
G = 32.75%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#90827B (or 0x90827B) is known color: Hurricane. HEX triplet: 90, 82 and 7B. RGB value is (144,130,123). Sum of RGB (Red+Green+Blue) = 144+130+123=397 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.27% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 144 - color contains mainly: red. Hex color #90827B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90827B is #6F7D84. Grayscale: #858585. Windows color (decimal): -7306629 or 8094352. OLE color: 8094352.

HSL color Cylindrical-coordinate representation of color #90827B: hue angle of 20º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #90827B is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 130 123 -
CMYK 0 0.10 0.15 0.44
HSL 20º 0.09% 0.52% -
HSV(B) 20º 0.15% 0.56% -
XYZ 23.06 23.32 22.03 -
YUV 133.39 122.14 135.57 -
System Red Green Blue C M Y K H S L
Decimal 144 130 123 0 0.10 0.15 0.44 20 0.09 0.52
Hex 90 82 7B 0 A F 2C 14 9 34
Octal 220 202 173 0 12 17 54 24 11 64
Binary 10010000 10000010 1111011 0 1010 1111 101100 10100 1001 110100

Color Harmonies of #90827B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90827B

Black with #90827B

Text Example


Text Example

White with #90827B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90827B; }

 p { color: rgb(144,130,123); }

 H1.HeaderClassName
 {
   color: #90827B;
 }
 .AnyTagClassName
 {
   color: #90827B;
 }
</style>

background-color css

<style>
 a { background-color: #90827B; }

 a { background-color: rgb(144,130,123); }

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

border-color css

<style>
 span { border-color: #90827B; }

 span { border-color: rgb(144,130,123); }

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