Html Css Color HEX #858768 Bitter

📋 copy color: '#858768'

red 133 ◦ green 135 ◦ blue 104

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

Shades of Bitter #858768

Tints of Bitter #858768

RGB

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

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

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

R = 35.75%
G = 36.29%
B = 27.96%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#858768 (or 0x858768) is known color: Bitter. HEX triplet: 85, 87 and 68. RGB value is (133,135,104). Sum of RGB (Red+Green+Blue) = 133+135+104=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 135 - color contains mainly: green. Hex color #858768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858768 is #7A7897. Grayscale: #828282. Windows color (decimal): -8026264 or 6850437. OLE color: 6850437.

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

Color convert

RGB 133 135 104 -
CMYK 0.01 0 0.23 0.47
HSL 63.87º 0.13% 0.47% -
HSV(B) 63.87º 0.23% 0.53% -
XYZ 20.84 23.31 16.5 -
YUV 130.87 112.84 129.52 -
System Red Green Blue C M Y K H S L
Decimal 133 135 104 0.01 0 0.23 0.47 63.87 0.13 0.47
Hex 85 87 68 1 0 17 2F 40 D 2F
Octal 205 207 150 1 0 27 57 100 15 57
Binary 10000101 10000111 1101000 1 0 10111 101111 1000000 1101 101111

Color Harmonies of #858768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858768

Black with #858768

Text Example


Text Example

White with #858768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858768; }

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

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

background-color css

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

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

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

border-color css

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

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

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