#838073

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

Shades of Friar Grey #838073

Tints of Friar Grey #838073

Color information

#838073 (or 0x838073) is unknown color: approx Friar Grey. HEX triplet: 83, 80 and 73. RGB value is (131,128,115). Sum of RGB (Red+Green+Blue) = 131+128+115=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 131 - color contains mainly: red. Hex color #838073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838073 is #7C7F8C. Grayscale: #7F7F7F. Windows color (decimal): -8159117 or 7569539. OLE color: 7569539.

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

Color convert

RGB131128115-
CMYK00.020.120.49
HSL48.75º6.5%48.24%-
HSV(B)48.75º12.21%51.37%-
XYZ20.1721.519.31-
YUV127.42120.99130.56-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.03%
GREEN value IS 128 (50.39% from 255) = 34.22%
BLUE value IS 115 (45.31% from 255) = 30.75%
R=35.03%
G=34.22%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13112811500.020.120.4948.756.548.24
Hex83807302C3131730
Octal20320016302146161760
Binary100000111000000011100110101100110001110001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838073; }

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

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

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

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

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

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

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

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