Html Css Color HEX #867B7B Grey

📋 copy color: '#867B7B'

red 134 ◦ green 123 ◦ blue 123

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

Shades of Grey #867B7B

Tints of Grey #867B7B

RGB

 RED value IS 134 (52.73% from 255) = 35.26%

 GREEN value IS 123 (48.44% from 255) = 32.37%

 BLUE value IS 123 (48.44% from 255) = 32.37%

R = 35.26%
G = 32.37%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#867B7B (or 0x867B7B) is known color: Grey. HEX triplet: 86, 7B and 7B. RGB value is (134,123,123). Sum of RGB (Red+Green+Blue) = 134+123+123=380 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.26% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 134 - color contains mainly: red. Hex color #867B7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867B7B is #798484. Grayscale: #7E7E7E. Windows color (decimal): -7963781 or 8092550. OLE color: 8092550.

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

Color convert

RGB 134 123 123 -
CMYK 0 0.08 0.08 0.47
HSL 0.04% 0.5% -
HSV(B) 0.08% 0.53% -
XYZ 20.49 20.66 21.65 -
YUV 126.29 126.14 133.5 -
System Red Green Blue C M Y K H S L
Decimal 134 123 123 0 0.08 0.08 0.47 0 0.04 0.5
Hex 86 7B 7B 0 8 8 2F 0 4 32
Octal 206 173 173 0 10 10 57 0 4 62
Binary 10000110 1111011 1111011 0 1000 1000 101111 0 100 110010

Color Harmonies of #867B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867B7B

Black with #867B7B

Text Example


Text Example

White with #867B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867B7B; }

 p { color: rgb(134,123,123); }

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

background-color css

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

 a { background-color: rgb(134,123,123); }

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

border-color css

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

 span { border-color: rgb(134,123,123); }

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