Html Css Color HEX #848277 Friar Grey

📋 copy color: '#848277'

red 132 ◦ green 130 ◦ blue 119

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

Shades of Friar Grey #848277

Tints of Friar Grey #848277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.23%

R = 34.65%
G = 34.12%
B = 31.23%

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

#848277 (or 0x848277) is known color: Friar Grey. HEX triplet: 84, 82 and 77. RGB value is (132,130,119). Sum of RGB (Red+Green+Blue) = 132+130+119=381 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.65% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 132 - color contains mainly: red. Hex color #848277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848277 is #7B7D88. Grayscale: #818181. Windows color (decimal): -8093065 or 7832196. OLE color: 7832196.

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

Color convert

RGB 132 130 119 -
CMYK 0 0.02 0.10 0.48
HSL 50.77º 0.05% 0.49% -
HSV(B) 50.77º 0.1% 0.52% -
XYZ 20.83 22.2 20.64 -
YUV 129.34 122.16 129.89 -
System Red Green Blue C M Y K H S L
Decimal 132 130 119 0 0.02 0.10 0.48 50.77 0.05 0.49
Hex 84 82 77 0 2 A 30 33 5 31
Octal 204 202 167 0 2 12 60 63 5 61
Binary 10000100 10000010 1110111 0 10 1010 110000 110011 101 110001

Color Harmonies of #848277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848277

Black with #848277

Text Example


Text Example

White with #848277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848277; }

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

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

background-color css

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

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

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

border-color css

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

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

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