Html Css Color HEX #838477 Schist

📋 copy color: '#838477'

red 131 ◦ green 132 ◦ blue 119

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

Shades of Schist #838477

Tints of Schist #838477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.15%

R = 34.29%
G = 34.55%
B = 31.15%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#838477 (or 0x838477) is known color: Schist. HEX triplet: 83, 84 and 77. RGB value is (131,132,119). Sum of RGB (Red+Green+Blue) = 131+132+119=382 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.29% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 132 - color contains mainly: green. Hex color #838477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838477 is #7C7B88. Grayscale: #828282. Windows color (decimal): -8158089 or 7832707. OLE color: 7832707.

HSL color Cylindrical-coordinate representation of color #838477: hue angle of 64.62º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #838477 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 132 119 -
CMYK 0.01 0 0.10 0.48
HSL 64.62º 0.05% 0.49% -
HSV(B) 64.62º 0.1% 0.52% -
XYZ 20.94 22.66 20.72 -
YUV 130.22 121.67 128.56 -
System Red Green Blue C M Y K H S L
Decimal 131 132 119 0.01 0 0.10 0.48 64.62 0.05 0.49
Hex 83 84 77 1 0 A 30 41 5 31
Octal 203 204 167 1 0 12 60 101 5 61
Binary 10000011 10000100 1110111 1 0 1010 110000 1000001 101 110001

Color Harmonies of #838477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838477

Black with #838477

Text Example


Text Example

White with #838477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838477; }

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

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

background-color css

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

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

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

border-color css

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

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

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