Html Css Color HEX #87875C Bandicoot

📋 copy color: '#87875C'

red 135 ◦ green 135 ◦ blue 92

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

Shades of Bandicoot #87875C

Tints of Bandicoot #87875C

RGB

 RED value IS 135 (53.13% from 255) = 37.29%

 GREEN value IS 135 (53.13% from 255) = 37.29%

 BLUE value IS 92 (36.33% from 255) = 25.41%

R = 37.29%
G = 37.29%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#87875C (or 0x87875C) is known color: Bandicoot. HEX triplet: 87, 87 and 5C. RGB value is (135,135,92). Sum of RGB (Red+Green+Blue) = 135+135+92=362 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.29% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 135 - color contains mainly: red, green. Hex color #87875C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87875C is #7878A3. Grayscale: #828282. Windows color (decimal): -7895204 or 6064007. OLE color: 6064007.

HSL color Cylindrical-coordinate representation of color #87875C: hue angle of 60º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #87875C is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 135 92 -
CMYK 0 0 0.32 0.47
HSL 60º 0.19% 0.45% -
HSV(B) 60º 0.32% 0.53% -
XYZ 20.59 23.25 13.53 -
YUV 130.1 106.5 131.5 -
System Red Green Blue C M Y K H S L
Decimal 135 135 92 0 0 0.32 0.47 60 0.19 0.45
Hex 87 87 5C 0 0 20 2F 3C 13 2D
Octal 207 207 134 0 0 40 57 74 23 55
Binary 10000111 10000111 1011100 0 0 100000 101111 111100 10011 101101

Color Harmonies of #87875C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87875C

Black with #87875C

Text Example


Text Example

White with #87875C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87875C; }

 p { color: rgb(135,135,92); }

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

background-color css

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

 a { background-color: rgb(135,135,92); }

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

border-color css

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

 span { border-color: rgb(135,135,92); }

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