Html Css Color HEX #858767 Bitter

📋 copy color: '#858767'

red 133 ◦ green 135 ◦ blue 103

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

Shades of Bitter #858767

Tints of Bitter #858767

RGB

 RED value IS 133 (52.34% from 255) = 35.85%

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

 BLUE value IS 103 (40.63% from 255) = 27.76%

R = 35.85%
G = 36.39%
B = 27.76%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#858767 (or 0x858767) is known color: Bitter. HEX triplet: 85, 87 and 67. RGB value is (133,135,103). Sum of RGB (Red+Green+Blue) = 133+135+103=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 135 - color contains mainly: green. Hex color #858767 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858767 is #7A7898. Grayscale: #828282. Windows color (decimal): -8026265 or 6784901. OLE color: 6784901.

HSL color Cylindrical-coordinate representation of color #858767: hue angle of 63.75º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #858767 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 135 103 -
CMYK 0.01 0 0.24 0.47
HSL 63.75º 0.13% 0.47% -
HSV(B) 63.75º 0.24% 0.53% -
XYZ 20.79 23.29 16.23 -
YUV 130.75 112.34 129.6 -
System Red Green Blue C M Y K H S L
Decimal 133 135 103 0.01 0 0.24 0.47 63.75 0.13 0.47
Hex 85 87 67 1 0 18 2F 40 D 2F
Octal 205 207 147 1 0 30 57 100 15 57
Binary 10000101 10000111 1100111 1 0 11000 101111 1000000 1101 101111

Color Harmonies of #858767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858767

Black with #858767

Text Example


Text Example

White with #858767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858767; }

 p { color: rgb(133,135,103); }

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

background-color css

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

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

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

border-color css

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

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

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