Html Css Color HEX #858279 Friar Grey

📋 copy color: '#858279'

red 133 ◦ green 130 ◦ blue 121

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

Shades of Friar Grey #858279

Tints of Friar Grey #858279

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.85%

 BLUE value IS 121 (47.66% from 255) = 31.51%

R = 34.64%
G = 33.85%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#858279 (or 0x858279) is known color: Friar Grey. HEX triplet: 85, 82 and 79. RGB value is (133,130,121). Sum of RGB (Red+Green+Blue) = 133+130+121=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 133 - color contains mainly: red. Hex color #858279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858279 is #7A7D86. Grayscale: #818181. Windows color (decimal): -8027527 or 7963269. OLE color: 7963269.

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

Color convert

RGB 133 130 121 -
CMYK 0 0.02 0.09 0.48
HSL 45º 0.05% 0.5% -
HSV(B) 45º 0.09% 0.52% -
XYZ 21.11 22.33 21.29 -
YUV 129.87 122.99 130.23 -
System Red Green Blue C M Y K H S L
Decimal 133 130 121 0 0.02 0.09 0.48 45 0.05 0.5
Hex 85 82 79 0 2 9 30 2D 5 32
Octal 205 202 171 0 2 11 60 55 5 62
Binary 10000101 10000010 1111001 0 10 1001 110000 101101 101 110010

Color Harmonies of #858279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858279

Black with #858279

Text Example


Text Example

White with #858279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858279; }

 p { color: rgb(133,130,121); }

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

background-color css

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

 a { background-color: rgb(133,130,121); }

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

border-color css

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

 span { border-color: rgb(133,130,121); }

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