Html Css Color HEX #81828A Storm Grey

📋 copy color: '#81828A'

red 129 ◦ green 130 ◦ blue 138

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

Shades of Storm Grey #81828A

Tints of Storm Grey #81828A

RGB

 RED value IS 129 (50.78% from 255) = 32.49%

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

 BLUE value IS 138 (54.3% from 255) = 34.76%

R = 32.49%
G = 32.75%
B = 34.76%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#81828A (or 0x81828A) is known color: Storm Grey. HEX triplet: 81, 82 and 8A. RGB value is (129,130,138). Sum of RGB (Red+Green+Blue) = 129+130+138=397 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.49% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 138 - color contains mainly: blue. Hex color #81828A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81828A is #7E7D75. Grayscale: #828282. Windows color (decimal): -8289654 or 9077377. OLE color: 9077377.

HSL color Cylindrical-coordinate representation of color #81828A: hue angle of 233.33º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #81828A is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 129 130 138 -
CMYK 0.07 0.06 0 0.46
HSL 233.33º 0.04% 0.52% -
HSV(B) 233.33º 0.07% 0.54% -
XYZ 21.62 22.47 27.24 -
YUV 130.61 132.17 126.85 -
System Red Green Blue C M Y K H S L
Decimal 129 130 138 0.07 0.06 0 0.46 233.33 0.04 0.52
Hex 81 82 8A 7 6 0 2E E9 4 34
Octal 201 202 212 7 6 0 56 351 4 64
Binary 10000001 10000010 10001010 111 110 0 101110 11101001 100 110100

Color Harmonies of #81828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81828A

Black with #81828A

Text Example


Text Example

White with #81828A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81828A; }

 p { color: rgb(129,130,138); }

 H1.HeaderClassName
 {
   color: #81828A;
 }
 .AnyTagClassName
 {
   color: #81828A;
 }
</style>

background-color css

<style>
 a { background-color: #81828A; }

 a { background-color: rgb(129,130,138); }

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

border-color css

<style>
 span { border-color: #81828A; }

 span { border-color: rgb(129,130,138); }

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