Html Css Color HEX #858275 Friar Grey

📋 copy color: '#858275'

red 133 ◦ green 130 ◦ blue 117

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

Shades of Friar Grey #858275

Tints of Friar Grey #858275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.79%

R = 35%
G = 34.21%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#858275 (or 0x858275) is known color: Friar Grey. HEX triplet: 85, 82 and 75. RGB value is (133,130,117). Sum of RGB (Red+Green+Blue) = 133+130+117=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 133 - color contains mainly: red. Hex color #858275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858275 is #7A7D8A. Grayscale: #818181. Windows color (decimal): -8027531 or 7701125. OLE color: 7701125.

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

Color convert

RGB 133 130 117 -
CMYK 0 0.02 0.12 0.48
HSL 48.75º 0.06% 0.49% -
HSV(B) 48.75º 0.12% 0.52% -
XYZ 20.87 22.24 20.02 -
YUV 129.42 120.99 130.56 -
System Red Green Blue C M Y K H S L
Decimal 133 130 117 0 0.02 0.12 0.48 48.75 0.06 0.49
Hex 85 82 75 0 2 C 30 31 6 31
Octal 205 202 165 0 2 14 60 61 6 61
Binary 10000101 10000010 1110101 0 10 1100 110000 110001 110 110001

Color Harmonies of #858275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858275

Black with #858275

Text Example


Text Example

White with #858275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858275; }

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

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

background-color css

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

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

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

border-color css

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

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

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