Html Css Color HEX #858378 Friar Grey

📋 copy color: '#858378'

red 133 ◦ green 131 ◦ blue 120

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

Shades of Friar Grey #858378

Tints of Friar Grey #858378

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.11%

 BLUE value IS 120 (47.27% from 255) = 31.25%

R = 34.64%
G = 34.11%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#858378 (or 0x858378) is known color: Friar Grey. HEX triplet: 85, 83 and 78. RGB value is (133,131,120). Sum of RGB (Red+Green+Blue) = 133+131+120=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 133 - color contains mainly: red. Hex color #858378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858378 is #7A7C87. Grayscale: #828282. Windows color (decimal): -8027272 or 7897989. OLE color: 7897989.

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

Color convert

RGB 133 131 120 -
CMYK 0 0.02 0.10 0.48
HSL 50.77º 0.05% 0.5% -
HSV(B) 50.77º 0.1% 0.52% -
XYZ 21.18 22.58 21.01 -
YUV 130.34 122.16 129.89 -
System Red Green Blue C M Y K H S L
Decimal 133 131 120 0 0.02 0.10 0.48 50.77 0.05 0.5
Hex 85 83 78 0 2 A 30 33 5 32
Octal 205 203 170 0 2 12 60 63 5 62
Binary 10000101 10000011 1111000 0 10 1010 110000 110011 101 110010

Color Harmonies of #858378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858378

Black with #858378

Text Example


Text Example

White with #858378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858378; }

 p { color: rgb(133,131,120); }

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

background-color css

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

 a { background-color: rgb(133,131,120); }

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

border-color css

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

 span { border-color: rgb(133,131,120); }

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