Html Css Color HEX #827F62 Bandicoot

📋 copy color: '#827F62'

red 130 ◦ green 127 ◦ blue 98

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

Shades of Bandicoot #827F62

Tints of Bandicoot #827F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 27.61%

R = 36.62%
G = 35.77%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#827F62 (or 0x827F62) is known color: Bandicoot. HEX triplet: 82, 7F and 62. RGB value is (130,127,98). Sum of RGB (Red+Green+Blue) = 130+127+98=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 98 (38.67% from 255 or 27.61% from 355); Max value from RGB is 130 - color contains mainly: red. Hex color #827F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827F62 is #7D809D. Grayscale: #7C7C7C. Windows color (decimal): -8224926 or 6455170. OLE color: 6455170.

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

Color convert

RGB 130 127 98 -
CMYK 0 0.02 0.25 0.49
HSL 54.38º 0.14% 0.45% -
HSV(B) 54.38º 0.25% 0.51% -
XYZ 19 20.81 14.57 -
YUV 124.59 112.99 131.86 -
System Red Green Blue C M Y K H S L
Decimal 130 127 98 0 0.02 0.25 0.49 54.38 0.14 0.45
Hex 82 7F 62 0 2 19 31 36 E 2D
Octal 202 177 142 0 2 31 61 66 16 55
Binary 10000010 1111111 1100010 0 10 11001 110001 110110 1110 101101

Color Harmonies of #827F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827F62

Black with #827F62

Text Example


Text Example

White with #827F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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