Html Css Color HEX #838474 Schist

📋 copy color: '#838474'

red 131 ◦ green 132 ◦ blue 116

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

Shades of Schist #838474

Tints of Schist #838474

RGB

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

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

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

R = 34.56%
G = 34.83%
B = 30.61%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#838474 (or 0x838474) is known color: Schist. HEX triplet: 83, 84 and 74. RGB value is (131,132,116). Sum of RGB (Red+Green+Blue) = 131+132+116=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 132 - color contains mainly: green. Hex color #838474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838474 is #7C7B8B. Grayscale: #818181. Windows color (decimal): -8158092 or 7636099. OLE color: 7636099.

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

Color convert

RGB 131 132 116 -
CMYK 0.01 0 0.12 0.48
HSL 63.75º 0.06% 0.49% -
HSV(B) 63.75º 0.12% 0.52% -
XYZ 20.76 22.59 19.79 -
YUV 129.88 120.17 128.8 -
System Red Green Blue C M Y K H S L
Decimal 131 132 116 0.01 0 0.12 0.48 63.75 0.06 0.49
Hex 83 84 74 1 0 C 30 40 6 31
Octal 203 204 164 1 0 14 60 100 6 61
Binary 10000011 10000100 1110100 1 0 1100 110000 1000000 110 110001

Color Harmonies of #838474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838474

Black with #838474

Text Example


Text Example

White with #838474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838474; }

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

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

background-color css

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

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

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

border-color css

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

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

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