#848072

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

Shades of Friar Grey #848072

Tints of Friar Grey #848072

Color information

#848072 (or 0x848072) is unknown color: approx Friar Grey. HEX triplet: 84, 80 and 72. RGB value is (132,128,114). Sum of RGB (Red+Green+Blue) = 132+128+114=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 132 - color contains mainly: red. Hex color #848072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848072 is #7B7F8D. Grayscale: #7F7F7F. Windows color (decimal): -8093582 or 7504004. OLE color: 7504004.

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

Color convert

RGB132128114-
CMYK00.030.140.48
HSL46.67º7.32%48.24%-
HSV(B)46.67º13.64%51.76%-
XYZ20.2721.5619.01-
YUV127.6120.33131.14-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.29%
GREEN value IS 128 (50.39% from 255) = 34.22%
BLUE value IS 114 (44.92% from 255) = 30.48%
R=35.29%
G=34.22%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212811400.030.140.4846.677.3248.24
Hex84807203E302f730
Octal20420016203166057760
Binary100001001000000011100100111110110000101111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848072; }

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

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

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

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

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

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

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

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