Html Css Color HEX #827F75 Friar Grey

📋 copy color: '#827F75'

red 130 ◦ green 127 ◦ blue 117

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

Shades of Friar Grey #827F75

Tints of Friar Grey #827F75

RGB

 RED value IS 130 (51.17% from 255) = 34.76%

 GREEN value IS 127 (50% from 255) = 33.96%

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

R = 34.76%
G = 33.96%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#827F75 (or 0x827F75) is known color: Friar Grey. HEX triplet: 82, 7F and 75. RGB value is (130,127,117). Sum of RGB (Red+Green+Blue) = 130+127+117=374 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.76% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 130 - color contains mainly: red. Hex color #827F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827F75 is #7D808A. Grayscale: #7E7E7E. Windows color (decimal): -8224907 or 7700354. OLE color: 7700354.

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

Color convert

RGB 130 127 117 -
CMYK 0 0.02 0.1 0.49
HSL 46.15º 0.05% 0.48% -
HSV(B) 46.15º 0.1% 0.51% -
XYZ 20.01 21.21 19.87 -
YUV 126.76 122.49 130.31 -
System Red Green Blue C M Y K H S L
Decimal 130 127 117 0 0.02 0.1 0.49 46.15 0.05 0.48
Hex 82 7F 75 0 2 A 31 2E 5 30
Octal 202 177 165 0 2 12 61 56 5 60
Binary 10000010 1111111 1110101 0 10 1010 110001 101110 101 110000

Color Harmonies of #827F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827F75

Black with #827F75

Text Example


Text Example

White with #827F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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