Html Css Color HEX #858276 Friar Grey

📋 copy color: '#858276'

red 133 ◦ green 130 ◦ blue 118

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

Shades of Friar Grey #858276

Tints of Friar Grey #858276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.97%

R = 34.91%
G = 34.12%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#858276 (or 0x858276) is known color: Friar Grey. HEX triplet: 85, 82 and 76. RGB value is (133,130,118). Sum of RGB (Red+Green+Blue) = 133+130+118=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 133 - color contains mainly: red. Hex color #858276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858276 is #7A7D89. Grayscale: #818181. Windows color (decimal): -8027530 or 7766661. OLE color: 7766661.

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

Color convert

RGB 133 130 118 -
CMYK 0 0.02 0.11 0.48
HSL 48º 0.06% 0.49% -
HSV(B) 48º 0.11% 0.52% -
XYZ 20.93 22.26 20.33 -
YUV 129.53 121.49 130.48 -
System Red Green Blue C M Y K H S L
Decimal 133 130 118 0 0.02 0.11 0.48 48 0.06 0.49
Hex 85 82 76 0 2 B 30 30 6 31
Octal 205 202 166 0 2 13 60 60 6 61
Binary 10000101 10000010 1110110 0 10 1011 110000 110000 110 110001

Color Harmonies of #858276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858276

Black with #858276

Text Example


Text Example

White with #858276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858276; }

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

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

background-color css

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

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

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

border-color css

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

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

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