Html Css Color HEX #848474 Schist

📋 copy color: '#848474'

red 132 ◦ green 132 ◦ blue 116

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

Shades of Schist #848474

Tints of Schist #848474

RGB

 RED value IS 132 (51.95% from 255) = 34.74%

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

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

R = 34.74%
G = 34.74%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#848474 (or 0x848474) is known color: Schist. HEX triplet: 84, 84 and 74. RGB value is (132,132,116). Sum of RGB (Red+Green+Blue) = 132+132+116=380 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.74% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 132 - color contains mainly: red, green. Hex color #848474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848474 is #7B7B8B. Grayscale: #828282. Windows color (decimal): -8092556 or 7636100. OLE color: 7636100.

HSL color Cylindrical-coordinate representation of color #848474: hue angle of 60º 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 #848474 is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 132 116 -
CMYK 0 0 0.12 0.48
HSL 60º 0.06% 0.49% -
HSV(B) 60º 0.12% 0.52% -
XYZ 20.92 22.67 19.8 -
YUV 130.18 120 129.3 -
System Red Green Blue C M Y K H S L
Decimal 132 132 116 0 0 0.12 0.48 60 0.06 0.49
Hex 84 84 74 0 0 C 30 3C 6 31
Octal 204 204 164 0 0 14 60 74 6 61
Binary 10000100 10000100 1110100 0 0 1100 110000 111100 110 110001

Color Harmonies of #848474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848474

Black with #848474

Text Example


Text Example

White with #848474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848474; }

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

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

background-color css

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

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

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

border-color css

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

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

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