Html Css Color HEX #7B947E Blue Smoke

📋 copy color: '#7B947E'

red 123 ◦ green 148 ◦ blue 126

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

Shades of Blue Smoke #7B947E

Tints of Blue Smoke #7B947E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.28%

 BLUE value IS 126 (49.61% from 255) = 31.74%

R = 30.98%
G = 37.28%
B = 31.74%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#7B947E (or 0x7B947E) is known color: Blue Smoke. HEX triplet: 7B, 94 and 7E. RGB value is (123,148,126). Sum of RGB (Red+Green+Blue) = 123+148+126=397 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.98% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 148 - color contains mainly: green. Hex color #7B947E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B947E is #846B81. Grayscale: #8A8A8A. Windows color (decimal): -8678274 or 8295547. OLE color: 8295547.

HSL color Cylindrical-coordinate representation of color #7B947E: hue angle of 127.2º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7B947E is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 123 148 126 -
CMYK 0.17 0 0.15 0.42
HSL 127.2º 0.1% 0.53% -
HSV(B) 127.2º 0.17% 0.58% -
XYZ 22.52 26.9 23.74 -
YUV 138.02 121.22 117.29 -
System Red Green Blue C M Y K H S L
Decimal 123 148 126 0.17 0 0.15 0.42 127.2 0.1 0.53
Hex 7B 94 7E 11 0 F 2A 7F A 35
Octal 173 224 176 21 0 17 52 177 12 65
Binary 1111011 10010100 1111110 10001 0 1111 101010 1111111 1010 110101

Color Harmonies of #7B947E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B947E

Black with #7B947E

Text Example


Text Example

White with #7B947E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,148,126); }

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

background-color css

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

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

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

border-color css

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

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

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