Html Css Color HEX #838479 Schist

📋 copy color: '#838479'

red 131 ◦ green 132 ◦ blue 121

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

Shades of Schist #838479

Tints of Schist #838479

RGB

 RED value IS 131 (51.56% from 255) = 34.11%

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

 BLUE value IS 121 (47.66% from 255) = 31.51%

R = 34.11%
G = 34.38%
B = 31.51%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#838479 (or 0x838479) is known color: Schist. HEX triplet: 83, 84 and 79. RGB value is (131,132,121). Sum of RGB (Red+Green+Blue) = 131+132+121=384 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.11% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 132 - color contains mainly: green. Hex color #838479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838479 is #7C7B86. Grayscale: #828282. Windows color (decimal): -8158087 or 7963779. OLE color: 7963779.

HSL color Cylindrical-coordinate representation of color #838479: hue angle of 65.45º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #838479 is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 132 121 -
CMYK 0.01 0 0.08 0.48
HSL 65.45º 0.04% 0.5% -
HSV(B) 65.45º 0.08% 0.52% -
XYZ 21.06 22.71 21.36 -
YUV 130.45 122.67 128.39 -
System Red Green Blue C M Y K H S L
Decimal 131 132 121 0.01 0 0.08 0.48 65.45 0.04 0.5
Hex 83 84 79 1 0 8 30 41 4 32
Octal 203 204 171 1 0 10 60 101 4 62
Binary 10000011 10000100 1111001 1 0 1000 110000 1000001 100 110010

Color Harmonies of #838479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838479

Black with #838479

Text Example


Text Example

White with #838479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838479; }

 p { color: rgb(131,132,121); }

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

background-color css

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

 a { background-color: rgb(131,132,121); }

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

border-color css

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

 span { border-color: rgb(131,132,121); }

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