Html Css Color HEX #82775F Stonewall

📋 copy color: '#82775F'

red 130 ◦ green 119 ◦ blue 95

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

Shades of Stonewall #82775F

Tints of Stonewall #82775F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.59%

 BLUE value IS 95 (37.5% from 255) = 27.62%

R = 37.79%
G = 34.59%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#82775F (or 0x82775F) is known color: Stonewall. HEX triplet: 82, 77 and 5F. RGB value is (130,119,95). Sum of RGB (Red+Green+Blue) = 130+119+95=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 95 (37.5% from 255 or 27.62% from 344); Max value from RGB is 130 - color contains mainly: red. Hex color #82775F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82775F is #7D88A0. Grayscale: #777777. Windows color (decimal): -8226977 or 6256514. OLE color: 6256514.

HSL color Cylindrical-coordinate representation of color #82775F: hue angle of 41.14º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #82775F is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 119 95 -
CMYK 0 0.08 0.27 0.49
HSL 41.14º 0.16% 0.44% -
HSV(B) 41.14º 0.27% 0.51% -
XYZ 17.87 18.77 13.51 -
YUV 119.55 114.14 135.45 -
System Red Green Blue C M Y K H S L
Decimal 130 119 95 0 0.08 0.27 0.49 41.14 0.16 0.44
Hex 82 77 5F 0 8 1B 31 29 10 2C
Octal 202 167 137 0 10 33 61 51 20 54
Binary 10000010 1110111 1011111 0 1000 11011 110001 101001 10000 101100

Color Harmonies of #82775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82775F

Black with #82775F

Text Example


Text Example

White with #82775F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82775F; }

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

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

background-color css

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

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

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

border-color css

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

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

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