Html Css Color HEX #828075 Friar Grey

📋 copy color: '#828075'

red 130 ◦ green 128 ◦ blue 117

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

Shades of Friar Grey #828075

Tints of Friar Grey #828075

RGB

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

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

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

R = 34.67%
G = 34.13%
B = 31.2%

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

#828075 (or 0x828075) is known color: Friar Grey. HEX triplet: 82, 80 and 75. RGB value is (130,128,117). Sum of RGB (Red+Green+Blue) = 130+128+117=375 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.67% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 130 - color contains mainly: red. Hex color #828075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828075 is #7D7F8A. Grayscale: #7F7F7F. Windows color (decimal): -8224651 or 7700610. OLE color: 7700610.

HSL color Cylindrical-coordinate representation of color #828075: hue angle of 50.77º 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 #828075 is Cyan = 0, Magento = 0.02, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 128 117 -
CMYK 0 0.02 0.1 0.49
HSL 50.77º 0.05% 0.48% -
HSV(B) 50.77º 0.1% 0.51% -
XYZ 20.14 21.47 19.91 -
YUV 127.34 122.16 129.89 -
System Red Green Blue C M Y K H S L
Decimal 130 128 117 0 0.02 0.1 0.49 50.77 0.05 0.48
Hex 82 80 75 0 2 A 31 33 5 30
Octal 202 200 165 0 2 12 61 63 5 60
Binary 10000010 10000000 1110101 0 10 1010 110001 110011 101 110000

Color Harmonies of #828075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828075

Black with #828075

Text Example


Text Example

White with #828075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828075; }

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

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

background-color css

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

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

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

border-color css

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

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

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