Html Css Color HEX #828274 Schist

📋 copy color: '#828274'

red 130 ◦ green 130 ◦ blue 116

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

Shades of Schist #828274

Tints of Schist #828274

RGB

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

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

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

R = 34.57%
G = 34.57%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#828274 (or 0x828274) is known color: Schist. HEX triplet: 82, 82 and 74. RGB value is (130,130,116). Sum of RGB (Red+Green+Blue) = 130+130+116=376 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.57% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 130 - color contains mainly: red, green. Hex color #828274 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828274 is #7D7D8B. Grayscale: #808080. Windows color (decimal): -8224140 or 7635586. OLE color: 7635586.

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

Color convert

RGB 130 130 116 -
CMYK 0 0 0.11 0.49
HSL 60º 0.06% 0.48% -
HSV(B) 60º 0.11% 0.51% -
XYZ 20.34 21.97 19.69 -
YUV 128.4 121 129.14 -
System Red Green Blue C M Y K H S L
Decimal 130 130 116 0 0 0.11 0.49 60 0.06 0.48
Hex 82 82 74 0 0 B 31 3C 6 30
Octal 202 202 164 0 0 13 61 74 6 60
Binary 10000010 10000010 1110100 0 0 1011 110001 111100 110 110000

Color Harmonies of #828274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828274

Black with #828274

Text Example


Text Example

White with #828274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828274; }

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

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

background-color css

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

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

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

border-color css

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

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

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