Html Css Color HEX #848275 Friar Grey

📋 copy color: '#848275'

red 132 ◦ green 130 ◦ blue 117

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

Shades of Friar Grey #848275

Tints of Friar Grey #848275

RGB

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

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

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

R = 34.83%
G = 34.3%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#848275 (or 0x848275) is known color: Friar Grey. HEX triplet: 84, 82 and 75. RGB value is (132,130,117). Sum of RGB (Red+Green+Blue) = 132+130+117=379 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.83% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 132 - color contains mainly: red. Hex color #848275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848275 is #7B7D8A. Grayscale: #818181. Windows color (decimal): -8093067 or 7701124. OLE color: 7701124.

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

Color convert

RGB 132 130 117 -
CMYK 0 0.02 0.11 0.48
HSL 52º 0.06% 0.49% -
HSV(B) 52º 0.11% 0.52% -
XYZ 20.71 22.16 20.01 -
YUV 129.12 121.16 130.06 -
System Red Green Blue C M Y K H S L
Decimal 132 130 117 0 0.02 0.11 0.48 52 0.06 0.49
Hex 84 82 75 0 2 B 30 34 6 31
Octal 204 202 165 0 2 13 60 64 6 61
Binary 10000100 10000010 1110101 0 10 1011 110000 110100 110 110001

Color Harmonies of #848275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848275

Black with #848275

Text Example


Text Example

White with #848275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848275; }

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

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

background-color css

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

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

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

border-color css

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

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

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