Html Css Color HEX #858175 Friar Grey

📋 copy color: '#858175'

red 133 ◦ green 129 ◦ blue 117

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

Shades of Friar Grey #858175

Tints of Friar Grey #858175

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.04%

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

R = 35.09%
G = 34.04%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#858175 (or 0x858175) is known color: Friar Grey. HEX triplet: 85, 81 and 75. RGB value is (133,129,117). Sum of RGB (Red+Green+Blue) = 133+129+117=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 133 - color contains mainly: red. Hex color #858175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858175 is #7A7E8A. Grayscale: #808080. Windows color (decimal): -8027787 or 7700869. OLE color: 7700869.

HSL color Cylindrical-coordinate representation of color #858175: hue angle of 45º 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 #858175 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 129 117 -
CMYK 0 0.03 0.12 0.48
HSL 45º 0.06% 0.49% -
HSV(B) 45º 0.12% 0.52% -
XYZ 20.73 21.97 19.98 -
YUV 128.83 121.33 130.98 -
System Red Green Blue C M Y K H S L
Decimal 133 129 117 0 0.03 0.12 0.48 45 0.06 0.49
Hex 85 81 75 0 3 C 30 2D 6 31
Octal 205 201 165 0 3 14 60 55 6 61
Binary 10000101 10000001 1110101 0 11 1100 110000 101101 110 110001

Color Harmonies of #858175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858175

Black with #858175

Text Example


Text Example

White with #858175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858175; }

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

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

background-color css

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

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

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

border-color css

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

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

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