Html Css Color HEX #827F60 Bandicoot

📋 copy color: '#827F60'

red 130 ◦ green 127 ◦ blue 96

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

Shades of Bandicoot #827F60

Tints of Bandicoot #827F60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.2%

R = 36.83%
G = 35.98%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#827F60 (or 0x827F60) is known color: Bandicoot. HEX triplet: 82, 7F and 60. RGB value is (130,127,96). Sum of RGB (Red+Green+Blue) = 130+127+96=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 130 - color contains mainly: red. Hex color #827F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827F60 is #7D809F. Grayscale: #7C7C7C. Windows color (decimal): -8224928 or 6324098. OLE color: 6324098.

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

Color convert

RGB 130 127 96 -
CMYK 0 0.02 0.26 0.49
HSL 54.71º 0.15% 0.44% -
HSV(B) 54.71º 0.26% 0.51% -
XYZ 18.91 20.77 14.08 -
YUV 124.36 111.99 132.02 -
System Red Green Blue C M Y K H S L
Decimal 130 127 96 0 0.02 0.26 0.49 54.71 0.15 0.44
Hex 82 7F 60 0 2 1A 31 37 F 2C
Octal 202 177 140 0 2 32 61 67 17 54
Binary 10000010 1111111 1100000 0 10 11010 110001 110111 1111 101100

Color Harmonies of #827F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827F60

Black with #827F60

Text Example


Text Example

White with #827F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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