Html Css Color HEX #7B857E Blue Smoke

📋 copy color: '#7B857E'

red 123 ◦ green 133 ◦ blue 126

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

Shades of Blue Smoke #7B857E

Tints of Blue Smoke #7B857E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.82%

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

R = 32.2%
G = 34.82%
B = 32.98%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#7B857E (or 0x7B857E) is known color: Blue Smoke. HEX triplet: 7B, 85 and 7E. RGB value is (123,133,126). Sum of RGB (Red+Green+Blue) = 123+133+126=382 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.20% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 133 - color contains mainly: green. Hex color #7B857E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B857E is #847A81. Grayscale: #818181. Windows color (decimal): -8682114 or 8291707. OLE color: 8291707.

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

Color convert

RGB 123 133 126 -
CMYK 0.08 0 0.05 0.48
HSL 138º 0.04% 0.5% -
HSV(B) 138º 0.08% 0.52% -
XYZ 20.32 22.49 23.01 -
YUV 129.21 126.19 123.57 -
System Red Green Blue C M Y K H S L
Decimal 123 133 126 0.08 0 0.05 0.48 138 0.04 0.5
Hex 7B 85 7E 8 0 5 30 8A 4 32
Octal 173 205 176 10 0 5 60 212 4 62
Binary 1111011 10000101 1111110 1000 0 101 110000 10001010 100 110010

Color Harmonies of #7B857E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B857E

Black with #7B857E

Text Example


Text Example

White with #7B857E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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