Html Css Color HEX #7B867C Blue Smoke

📋 copy color: '#7B867C'

red 123 ◦ green 134 ◦ blue 124

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

Shades of Blue Smoke #7B867C

Tints of Blue Smoke #7B867C

RGB

 RED value IS 123 (48.44% from 255) = 32.28%

 GREEN value IS 134 (52.73% from 255) = 35.17%

 BLUE value IS 124 (48.83% from 255) = 32.55%

R = 32.28%
G = 35.17%
B = 32.55%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#7B867C (or 0x7B867C) is known color: Blue Smoke. HEX triplet: 7B, 86 and 7C. RGB value is (123,134,124). Sum of RGB (Red+Green+Blue) = 123+134+124=381 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.28% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 134 - color contains mainly: green. Hex color #7B867C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B867C is #847983. Grayscale: #818181. Windows color (decimal): -8681860 or 8160891. OLE color: 8160891.

HSL color Cylindrical-coordinate representation of color #7B867C: hue angle of 125.45º 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 #7B867C is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 123 134 124 -
CMYK 0.08 0 0.07 0.47
HSL 125.45º 0.04% 0.5% -
HSV(B) 125.45º 0.08% 0.53% -
XYZ 20.33 22.72 22.38 -
YUV 129.57 124.86 123.31 -
System Red Green Blue C M Y K H S L
Decimal 123 134 124 0.08 0 0.07 0.47 125.45 0.04 0.5
Hex 7B 86 7C 8 0 7 2F 7D 4 32
Octal 173 206 174 10 0 7 57 175 4 62
Binary 1111011 10000110 1111100 1000 0 111 101111 1111101 100 110010

Color Harmonies of #7B867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B867C

Black with #7B867C

Text Example


Text Example

White with #7B867C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B867C; }

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

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

background-color css

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

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

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

border-color css

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

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

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