Html Css Color HEX #828068 Bandicoot

📋 copy color: '#828068'

red 130 ◦ green 128 ◦ blue 104

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

Shades of Bandicoot #828068

Tints of Bandicoot #828068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.73%

R = 35.91%
G = 35.36%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#828068 (or 0x828068) is known color: Bandicoot. HEX triplet: 82, 80 and 68. RGB value is (130,128,104). Sum of RGB (Red+Green+Blue) = 130+128+104=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 130 - color contains mainly: red. Hex color #828068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828068 is #7D7F97. Grayscale: #7D7D7D. Windows color (decimal): -8224664 or 6848642. OLE color: 6848642.

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

Color convert

RGB 130 128 104 -
CMYK 0 0.02 0.2 0.49
HSL 55.38º 0.11% 0.46% -
HSV(B) 55.38º 0.2% 0.51% -
XYZ 19.42 21.18 16.16 -
YUV 125.86 115.66 130.95 -
System Red Green Blue C M Y K H S L
Decimal 130 128 104 0 0.02 0.2 0.49 55.38 0.11 0.46
Hex 82 80 68 0 2 14 31 37 B 2E
Octal 202 200 150 0 2 24 61 67 13 56
Binary 10000010 10000000 1101000 0 10 10100 110001 110111 1011 101110

Color Harmonies of #828068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828068

Black with #828068

Text Example


Text Example

White with #828068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828068; }

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

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

background-color css

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

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

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

border-color css

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

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

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