Html Css Color HEX #838478 Schist

📋 copy color: '#838478'

red 131 ◦ green 132 ◦ blue 120

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

Shades of Schist #838478

Tints of Schist #838478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.33%

R = 34.2%
G = 34.46%
B = 31.33%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#838478 (or 0x838478) is known color: Schist. HEX triplet: 83, 84 and 78. RGB value is (131,132,120). Sum of RGB (Red+Green+Blue) = 131+132+120=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 132 - color contains mainly: green. Hex color #838478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838478 is #7C7B87. Grayscale: #828282. Windows color (decimal): -8158088 or 7898243. OLE color: 7898243.

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

Color convert

RGB 131 132 120 -
CMYK 0.01 0 0.09 0.48
HSL 65º 0.05% 0.49% -
HSV(B) 65º 0.09% 0.52% -
XYZ 21 22.68 21.04 -
YUV 130.33 122.17 128.48 -
System Red Green Blue C M Y K H S L
Decimal 131 132 120 0.01 0 0.09 0.48 65 0.05 0.49
Hex 83 84 78 1 0 9 30 41 5 31
Octal 203 204 170 1 0 11 60 101 5 61
Binary 10000011 10000100 1111000 1 0 1001 110000 1000001 101 110001

Color Harmonies of #838478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838478

Black with #838478

Text Example


Text Example

White with #838478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838478; }

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

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

background-color css

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

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

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

border-color css

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

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

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