Html Css Color HEX #7B8F80 Blue Smoke

📋 copy color: '#7B8F80'

red 123 ◦ green 143 ◦ blue 128

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

Shades of Blue Smoke #7B8F80

Tints of Blue Smoke #7B8F80

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.29%

 BLUE value IS 128 (50.39% from 255) = 32.49%

R = 31.22%
G = 36.29%
B = 32.49%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#7B8F80 (or 0x7B8F80) is known color: Blue Smoke. HEX triplet: 7B, 8F and 80. RGB value is (123,143,128). Sum of RGB (Red+Green+Blue) = 123+143+128=394 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.22% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 143 - color contains mainly: green. Hex color #7B8F80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B8F80 is #84707F. Grayscale: #878787. Windows color (decimal): -8679552 or 8425339. OLE color: 8425339.

HSL color Cylindrical-coordinate representation of color #7B8F80: hue angle of 135º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7B8F80 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 123 143 128 -
CMYK 0.14 0 0.10 0.44
HSL 135º 0.08% 0.52% -
HSV(B) 135º 0.14% 0.56% -
XYZ 21.89 25.41 24.17 -
YUV 135.31 123.87 119.22 -
System Red Green Blue C M Y K H S L
Decimal 123 143 128 0.14 0 0.10 0.44 135 0.08 0.52
Hex 7B 8F 80 E 0 A 2C 87 8 34
Octal 173 217 200 16 0 12 54 207 10 64
Binary 1111011 10001111 10000000 1110 0 1010 101100 10000111 1000 110100

Color Harmonies of #7B8F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B8F80

Black with #7B8F80

Text Example


Text Example

White with #7B8F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,143,128); }

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

background-color css

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

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

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

border-color css

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

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

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