Html Css Color HEX #848279 Friar Grey

📋 copy color: '#848279'

red 132 ◦ green 130 ◦ blue 121

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

Shades of Friar Grey #848279

Tints of Friar Grey #848279

RGB

 RED value IS 132 (51.95% from 255) = 34.46%

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

 BLUE value IS 121 (47.66% from 255) = 31.59%

R = 34.46%
G = 33.94%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#848279 (or 0x848279) is known color: Friar Grey. HEX triplet: 84, 82 and 79. RGB value is (132,130,121). Sum of RGB (Red+Green+Blue) = 132+130+121=383 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.46% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 132 - color contains mainly: red. Hex color #848279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848279 is #7B7D86. Grayscale: #818181. Windows color (decimal): -8093063 or 7963268. OLE color: 7963268.

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

Color convert

RGB 132 130 121 -
CMYK 0 0.02 0.08 0.48
HSL 49.09º 0.04% 0.5% -
HSV(B) 49.09º 0.08% 0.52% -
XYZ 20.95 22.25 21.28 -
YUV 129.57 123.16 129.73 -
System Red Green Blue C M Y K H S L
Decimal 132 130 121 0 0.02 0.08 0.48 49.09 0.04 0.5
Hex 84 82 79 0 2 8 30 31 4 32
Octal 204 202 171 0 2 10 60 61 4 62
Binary 10000100 10000010 1111001 0 10 1000 110000 110001 100 110010

Color Harmonies of #848279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848279

Black with #848279

Text Example


Text Example

White with #848279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848279; }

 p { color: rgb(132,130,121); }

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

background-color css

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

 a { background-color: rgb(132,130,121); }

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

border-color css

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

 span { border-color: rgb(132,130,121); }

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