Html Css Color HEX #858073 Friar Grey

📋 copy color: '#858073'

red 133 ◦ green 128 ◦ blue 115

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

Shades of Friar Grey #858073

Tints of Friar Grey #858073

RGB

 RED value IS 133 (52.34% from 255) = 35.37%

 GREEN value IS 128 (50.39% from 255) = 34.04%

 BLUE value IS 115 (45.31% from 255) = 30.59%

R = 35.37%
G = 34.04%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#858073 (or 0x858073) is known color: Friar Grey. HEX triplet: 85, 80 and 73. RGB value is (133,128,115). Sum of RGB (Red+Green+Blue) = 133+128+115=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 133 - color contains mainly: red. Hex color #858073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858073 is #7A7F8C. Grayscale: #808080. Windows color (decimal): -8028045 or 7569541. OLE color: 7569541.

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

Color convert

RGB 133 128 115 -
CMYK 0 0.04 0.14 0.48
HSL 43.33º 0.07% 0.49% -
HSV(B) 43.33º 0.14% 0.52% -
XYZ 20.49 21.66 19.32 -
YUV 128.01 120.66 131.56 -
System Red Green Blue C M Y K H S L
Decimal 133 128 115 0 0.04 0.14 0.48 43.33 0.07 0.49
Hex 85 80 73 0 4 E 30 2B 7 31
Octal 205 200 163 0 4 16 60 53 7 61
Binary 10000101 10000000 1110011 0 100 1110 110000 101011 111 110001

Color Harmonies of #858073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858073

Black with #858073

Text Example


Text Example

White with #858073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858073; }

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

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

background-color css

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

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

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

border-color css

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

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

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