Html Css Color HEX #838070 Bandicoot

📋 copy color: '#838070'

red 131 ◦ green 128 ◦ blue 112

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

Shades of Bandicoot #838070

Tints of Bandicoot #838070

RGB

 RED value IS 131 (51.56% from 255) = 35.31%

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

 BLUE value IS 112 (44.14% from 255) = 30.19%

R = 35.31%
G = 34.5%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#838070 (or 0x838070) is known color: Bandicoot. HEX triplet: 83, 80 and 70. RGB value is (131,128,112). Sum of RGB (Red+Green+Blue) = 131+128+112=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 131 - color contains mainly: red. Hex color #838070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838070 is #7C7F8F. Grayscale: #7F7F7F. Windows color (decimal): -8159120 or 7372931. OLE color: 7372931.

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

Color convert

RGB 131 128 112 -
CMYK 0 0.02 0.15 0.49
HSL 50.53º 0.08% 0.48% -
HSV(B) 50.53º 0.15% 0.51% -
XYZ 20 21.43 18.41 -
YUV 127.07 119.49 130.8 -
System Red Green Blue C M Y K H S L
Decimal 131 128 112 0 0.02 0.15 0.49 50.53 0.08 0.48
Hex 83 80 70 0 2 F 31 33 8 30
Octal 203 200 160 0 2 17 61 63 10 60
Binary 10000011 10000000 1110000 0 10 1111 110001 110011 1000 110000

Color Harmonies of #838070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838070

Black with #838070

Text Example


Text Example

White with #838070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838070; }

 p { color: rgb(131,128,112); }

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

background-color css

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

 a { background-color: rgb(131,128,112); }

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

border-color css

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

 span { border-color: rgb(131,128,112); }

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