Html Css Color HEX #838578 Schist

📋 copy color: '#838578'

red 131 ◦ green 133 ◦ blue 120

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

Shades of Schist #838578

Tints of Schist #838578

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.64%

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

R = 34.11%
G = 34.64%
B = 31.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#838578 (or 0x838578) is known color: Schist. HEX triplet: 83, 85 and 78. RGB value is (131,133,120). Sum of RGB (Red+Green+Blue) = 131+133+120=384 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.11% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 133 - color contains mainly: green. Hex color #838578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838578 is #7C7A87. Grayscale: #828282. Windows color (decimal): -8157832 or 7898499. OLE color: 7898499.

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

Color convert

RGB 131 133 120 -
CMYK 0.02 0 0.10 0.48
HSL 69.23º 0.05% 0.5% -
HSV(B) 69.23º 0.1% 0.52% -
XYZ 21.14 22.96 21.09 -
YUV 130.92 121.84 128.06 -
System Red Green Blue C M Y K H S L
Decimal 131 133 120 0.02 0 0.10 0.48 69.23 0.05 0.5
Hex 83 85 78 2 0 A 30 45 5 32
Octal 203 205 170 2 0 12 60 105 5 62
Binary 10000011 10000101 1111000 10 0 1010 110000 1000101 101 110010

Color Harmonies of #838578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838578

Black with #838578

Text Example


Text Example

White with #838578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838578; }

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

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

background-color css

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

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

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

border-color css

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

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

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