Html Css Color HEX #838274 Schist

📋 copy color: '#838274'

red 131 ◦ green 130 ◦ blue 116

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

Shades of Schist #838274

Tints of Schist #838274

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.48%

 BLUE value IS 116 (45.7% from 255) = 30.77%

R = 34.75%
G = 34.48%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#838274 (or 0x838274) is known color: Schist. HEX triplet: 83, 82 and 74. RGB value is (131,130,116). Sum of RGB (Red+Green+Blue) = 131+130+116=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 131 - color contains mainly: red. Hex color #838274 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838274 is #7C7D8B. Grayscale: #808080. Windows color (decimal): -8158604 or 7635587. OLE color: 7635587.

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

Color convert

RGB 131 130 116 -
CMYK 0 0.01 0.11 0.49
HSL 56º 0.06% 0.48% -
HSV(B) 56º 0.11% 0.51% -
XYZ 20.5 22.05 19.7 -
YUV 128.7 120.83 129.64 -
System Red Green Blue C M Y K H S L
Decimal 131 130 116 0 0.01 0.11 0.49 56 0.06 0.48
Hex 83 82 74 0 1 B 31 38 6 30
Octal 203 202 164 0 1 13 61 70 6 60
Binary 10000011 10000010 1110100 0 1 1011 110001 111000 110 110000

Color Harmonies of #838274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838274

Black with #838274

Text Example


Text Example

White with #838274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838274; }

 p { color: rgb(131,130,116); }

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

background-color css

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

 a { background-color: rgb(131,130,116); }

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

border-color css

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

 span { border-color: rgb(131,130,116); }

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