Html Css Color HEX #838577 Schist

📋 copy color: '#838577'

red 131 ◦ green 133 ◦ blue 119

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

Shades of Schist #838577

Tints of Schist #838577

RGB

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

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

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

R = 34.2%
G = 34.73%
B = 31.07%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#838577 (or 0x838577) is known color: Schist. HEX triplet: 83, 85 and 77. RGB value is (131,133,119). Sum of RGB (Red+Green+Blue) = 131+133+119=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 133 - color contains mainly: green. Hex color #838577 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838577 is #7C7A88. Grayscale: #828282. Windows color (decimal): -8157833 or 7832963. OLE color: 7832963.

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

Color convert

RGB 131 133 119 -
CMYK 0.02 0 0.11 0.48
HSL 68.57º 0.06% 0.49% -
HSV(B) 68.57º 0.11% 0.52% -
XYZ 21.08 22.93 20.77 -
YUV 130.81 121.34 128.14 -
System Red Green Blue C M Y K H S L
Decimal 131 133 119 0.02 0 0.11 0.48 68.57 0.06 0.49
Hex 83 85 77 2 0 B 30 45 6 31
Octal 203 205 167 2 0 13 60 105 6 61
Binary 10000011 10000101 1110111 10 0 1011 110000 1000101 110 110001

Color Harmonies of #838577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838577

Black with #838577

Text Example


Text Example

White with #838577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838577; }

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

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

background-color css

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

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

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

border-color css

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

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

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