Html Css Color HEX #828472 Schist

📋 copy color: '#828472'

red 130 ◦ green 132 ◦ blue 114

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

Shades of Schist #828472

Tints of Schist #828472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.32%

R = 34.57%
G = 35.11%
B = 30.32%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#828472 (or 0x828472) is known color: Schist. HEX triplet: 82, 84 and 72. RGB value is (130,132,114). Sum of RGB (Red+Green+Blue) = 130+132+114=376 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.57% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 132 - color contains mainly: green. Hex color #828472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828472 is #7D7B8D. Grayscale: #818181. Windows color (decimal): -8223630 or 7505026. OLE color: 7505026.

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

Color convert

RGB 130 132 114 -
CMYK 0.02 0 0.14 0.48
HSL 66.67º 0.07% 0.48% -
HSV(B) 66.67º 0.14% 0.52% -
XYZ 20.49 22.46 19.18 -
YUV 129.35 119.34 128.46 -
System Red Green Blue C M Y K H S L
Decimal 130 132 114 0.02 0 0.14 0.48 66.67 0.07 0.48
Hex 82 84 72 2 0 E 30 43 7 30
Octal 202 204 162 2 0 16 60 103 7 60
Binary 10000010 10000100 1110010 10 0 1110 110000 1000011 111 110000

Color Harmonies of #828472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828472

Black with #828472

Text Example


Text Example

White with #828472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828472; }

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

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

background-color css

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

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

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

border-color css

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

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

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