Html Css Color HEX #82807A Friar Grey

📋 copy color: '#82807A'

red 130 ◦ green 128 ◦ blue 122

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

Shades of Friar Grey #82807A

Tints of Friar Grey #82807A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.68%

 BLUE value IS 122 (48.05% from 255) = 32.11%

R = 34.21%
G = 33.68%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#82807A (or 0x82807A) is known color: Friar Grey. HEX triplet: 82, 80 and 7A. RGB value is (130,128,122). Sum of RGB (Red+Green+Blue) = 130+128+122=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 130 - color contains mainly: red. Hex color #82807A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82807A is #7D7F85. Grayscale: #7F7F7F. Windows color (decimal): -8224646 or 8028290. OLE color: 8028290.

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

Color convert

RGB 130 128 122 -
CMYK 0 0.02 0.06 0.49
HSL 45º 0.03% 0.49% -
HSV(B) 45º 0.06% 0.51% -
XYZ 20.44 21.59 21.5 -
YUV 127.91 124.66 129.49 -
System Red Green Blue C M Y K H S L
Decimal 130 128 122 0 0.02 0.06 0.49 45 0.03 0.49
Hex 82 80 7A 0 2 6 31 2D 3 31
Octal 202 200 172 0 2 6 61 55 3 61
Binary 10000010 10000000 1111010 0 10 110 110001 101101 11 110001

Color Harmonies of #82807A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82807A

Black with #82807A

Text Example


Text Example

White with #82807A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82807A; }

 p { color: rgb(130,128,122); }

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

background-color css

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

 a { background-color: rgb(130,128,122); }

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

border-color css

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

 span { border-color: rgb(130,128,122); }

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