#848073

Color #848073 Friar Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Friar Grey #848073

Tints of Friar Grey #848073

Color information

#848073 (or 0x848073) is unknown color: approx Friar Grey. HEX triplet: 84, 80 and 73. RGB value is (132,128,115). Sum of RGB (Red+Green+Blue) = 132+128+115=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 132 - color contains mainly: red. Hex color #848073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848073 is #7B7F8C. Grayscale: #7F7F7F. Windows color (decimal): -8093581 or 7569540. OLE color: 7569540.

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

Color convert

RGB132128115-
CMYK00.030.130.48
HSL45.88º6.88%48.43%-
HSV(B)45.88º12.88%51.76%-
XYZ20.3321.5819.31-
YUV127.71120.83131.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.2%
GREEN value IS 128 (50.39% from 255) = 34.13%
BLUE value IS 115 (45.31% from 255) = 30.67%
R=35.2%
G=34.13%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212811500.030.130.4845.886.8848.43
Hex84807303D302e730
Octal20420016303156056760
Binary100001001000000011100110111101110000101110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848073; }

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

 H1.HeaderClassName
 {
   color: #848073;
 }
 .AnyTagClassName
 {
   color: #848073;
 }
</style>
background-color css

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

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

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

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

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

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