Html Css Color HEX #848380 Friar Grey

📋 copy color: '#848380'

red 132 ◦ green 131 ◦ blue 128

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

Shades of Friar Grey #848380

Tints of Friar Grey #848380

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.5%

 BLUE value IS 128 (50.39% from 255) = 32.74%

R = 33.76%
G = 33.5%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#848380 (or 0x848380) is known color: Friar Grey. HEX triplet: 84, 83 and 80. RGB value is (132,131,128). Sum of RGB (Red+Green+Blue) = 132+131+128=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 132 - color contains mainly: red. Hex color #848380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848380 is #7B7C7F. Grayscale: #828282. Windows color (decimal): -8092800 or 8422276. OLE color: 8422276.

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

Color convert

RGB 132 131 128 -
CMYK 0 0.01 0.03 0.48
HSL 45º 0.02% 0.51% -
HSV(B) 45º 0.03% 0.52% -
XYZ 21.53 22.7 23.67 -
YUV 130.96 126.33 128.74 -
System Red Green Blue C M Y K H S L
Decimal 132 131 128 0 0.01 0.03 0.48 45 0.02 0.51
Hex 84 83 80 0 1 3 30 2D 2 33
Octal 204 203 200 0 1 3 60 55 2 63
Binary 10000100 10000011 10000000 0 1 11 110000 101101 10 110011

Color Harmonies of #848380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848380

Black with #848380

Text Example


Text Example

White with #848380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848380; }

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

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

background-color css

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

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

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

border-color css

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

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

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