Html Css Color HEX #827F40 Highball

📋 copy color: '#827F40'

red 130 ◦ green 127 ◦ blue 64

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

Shades of Highball #827F40

Tints of Highball #827F40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.94%

R = 40.5%
G = 39.56%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#827F40 (or 0x827F40) is known color: Highball. HEX triplet: 82, 7F and 40. RGB value is (130,127,64). Sum of RGB (Red+Green+Blue) = 130+127+64=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 127 (50% from 255 or 39.56% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 130 - color contains mainly: red. Hex color #827F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827F40 is #7D80BF. Grayscale: #787878. Windows color (decimal): -8224960 or 4226946. OLE color: 4226946.

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

Color convert

RGB 130 127 64 -
CMYK 0 0.02 0.51 0.49
HSL 57.27º 0.34% 0.38% -
HSV(B) 57.27º 0.51% 0.51% -
XYZ 17.72 20.29 7.83 -
YUV 120.72 95.99 134.62 -
System Red Green Blue C M Y K H S L
Decimal 130 127 64 0 0.02 0.51 0.49 57.27 0.34 0.38
Hex 82 7F 40 0 2 33 31 39 22 26
Octal 202 177 100 0 2 63 61 71 42 46
Binary 10000010 1111111 1000000 0 10 110011 110001 111001 100010 100110

Color Harmonies of #827F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827F40

Black with #827F40

Text Example


Text Example

White with #827F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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