Html Css Color HEX #838172 Schist

📋 copy color: '#838172'

red 131 ◦ green 129 ◦ blue 114

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

Shades of Schist #838172

Tints of Schist #838172

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.49%

 BLUE value IS 114 (44.92% from 255) = 30.48%

R = 35.03%
G = 34.49%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#838172 (or 0x838172) is known color: Schist. HEX triplet: 83, 81 and 72. RGB value is (131,129,114). Sum of RGB (Red+Green+Blue) = 131+129+114=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 129 (50.78% from 255 or 34.49% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 131 - color contains mainly: red. Hex color #838172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838172 is #7C7E8D. Grayscale: #7F7F7F. Windows color (decimal): -8158862 or 7504259. OLE color: 7504259.

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

Color convert

RGB 131 129 114 -
CMYK 0 0.02 0.13 0.49
HSL 52.94º 0.07% 0.48% -
HSV(B) 52.94º 0.13% 0.51% -
XYZ 20.25 21.74 19.05 -
YUV 127.89 120.16 130.22 -
System Red Green Blue C M Y K H S L
Decimal 131 129 114 0 0.02 0.13 0.49 52.94 0.07 0.48
Hex 83 81 72 0 2 D 31 35 7 30
Octal 203 201 162 0 2 15 61 65 7 60
Binary 10000011 10000001 1110010 0 10 1101 110001 110101 111 110000

Color Harmonies of #838172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838172

Black with #838172

Text Example


Text Example

White with #838172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838172; }

 p { color: rgb(131,129,114); }

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

background-color css

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

 a { background-color: rgb(131,129,114); }

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

border-color css

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

 span { border-color: rgb(131,129,114); }

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