Html Css Color HEX #838472 Schist

📋 copy color: '#838472'

red 131 ◦ green 132 ◦ blue 114

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

Shades of Schist #838472

Tints of Schist #838472

RGB

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

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

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

R = 34.75%
G = 35.01%
B = 30.24%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#838472 (or 0x838472) is known color: Schist. HEX triplet: 83, 84 and 72. RGB value is (131,132,114). Sum of RGB (Red+Green+Blue) = 131+132+114=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 132 - color contains mainly: green. Hex color #838472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838472 is #7C7B8D. Grayscale: #818181. Windows color (decimal): -8158094 or 7505027. OLE color: 7505027.

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

Color convert

RGB 131 132 114 -
CMYK 0.01 0 0.14 0.48
HSL 63.33º 0.07% 0.48% -
HSV(B) 63.33º 0.14% 0.52% -
XYZ 20.65 22.54 19.18 -
YUV 129.65 119.17 128.96 -
System Red Green Blue C M Y K H S L
Decimal 131 132 114 0.01 0 0.14 0.48 63.33 0.07 0.48
Hex 83 84 72 1 0 E 30 3F 7 30
Octal 203 204 162 1 0 16 60 77 7 60
Binary 10000011 10000100 1110010 1 0 1110 110000 111111 111 110000

Color Harmonies of #838472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838472

Black with #838472

Text Example


Text Example

White with #838472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838472; }

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

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

background-color css

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

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

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

border-color css

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

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

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