Html Css Color HEX #858278 Friar Grey

📋 copy color: '#858278'

red 133 ◦ green 130 ◦ blue 120

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

Shades of Friar Grey #858278

Tints of Friar Grey #858278

RGB

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

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

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

R = 34.73%
G = 33.94%
B = 31.33%

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

#858278 (or 0x858278) is known color: Friar Grey. HEX triplet: 85, 82 and 78. RGB value is (133,130,120). Sum of RGB (Red+Green+Blue) = 133+130+120=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 133 - color contains mainly: red. Hex color #858278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858278 is #7A7D87. Grayscale: #818181. Windows color (decimal): -8027528 or 7897733. OLE color: 7897733.

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

Color convert

RGB 133 130 120 -
CMYK 0 0.02 0.10 0.48
HSL 46.15º 0.05% 0.5% -
HSV(B) 46.15º 0.1% 0.52% -
XYZ 21.05 22.31 20.97 -
YUV 129.76 122.49 130.31 -
System Red Green Blue C M Y K H S L
Decimal 133 130 120 0 0.02 0.10 0.48 46.15 0.05 0.5
Hex 85 82 78 0 2 A 30 2E 5 32
Octal 205 202 170 0 2 12 60 56 5 62
Binary 10000101 10000010 1111000 0 10 1010 110000 101110 101 110010

Color Harmonies of #858278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858278

Black with #858278

Text Example


Text Example

White with #858278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858278; }

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

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

background-color css

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

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

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

border-color css

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

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

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