Html Css Color HEX #828474 Schist

📋 copy color: '#828474'

red 130 ◦ green 132 ◦ blue 116

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

Shades of Schist #828474

Tints of Schist #828474

RGB

 RED value IS 130 (51.17% from 255) = 34.39%

 GREEN value IS 132 (51.95% from 255) = 34.92%

 BLUE value IS 116 (45.7% from 255) = 30.69%

R = 34.39%
G = 34.92%
B = 30.69%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#828474 (or 0x828474) is known color: Schist. HEX triplet: 82, 84 and 74. RGB value is (130,132,116). Sum of RGB (Red+Green+Blue) = 130+132+116=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 132 - color contains mainly: green. Hex color #828474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828474 is #7D7B8B. Grayscale: #818181. Windows color (decimal): -8223628 or 7636098. OLE color: 7636098.

HSL color Cylindrical-coordinate representation of color #828474: hue angle of 67.5º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #828474 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 130 132 116 -
CMYK 0.02 0 0.12 0.48
HSL 67.5º 0.06% 0.49% -
HSV(B) 67.5º 0.12% 0.52% -
XYZ 20.61 22.51 19.78 -
YUV 129.58 120.34 128.3 -
System Red Green Blue C M Y K H S L
Decimal 130 132 116 0.02 0 0.12 0.48 67.5 0.06 0.49
Hex 82 84 74 2 0 C 30 44 6 31
Octal 202 204 164 2 0 14 60 104 6 61
Binary 10000010 10000100 1110100 10 0 1100 110000 1000100 110 110001

Color Harmonies of #828474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828474

Black with #828474

Text Example


Text Example

White with #828474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828474; }

 p { color: rgb(130,132,116); }

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

background-color css

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

 a { background-color: rgb(130,132,116); }

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

border-color css

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

 span { border-color: rgb(130,132,116); }

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