Html Css Color HEX #7B857F Blue Smoke

📋 copy color: '#7B857F'

red 123 ◦ green 133 ◦ blue 127

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

Shades of Blue Smoke #7B857F

Tints of Blue Smoke #7B857F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.16%

R = 32.11%
G = 34.73%
B = 33.16%

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

#7B857F (or 0x7B857F) is known color: Blue Smoke. HEX triplet: 7B, 85 and 7F. RGB value is (123,133,127). Sum of RGB (Red+Green+Blue) = 123+133+127=383 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.11% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 133 - color contains mainly: green. Hex color #7B857F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B857F is #847A80. Grayscale: #818181. Windows color (decimal): -8682113 or 8357243. OLE color: 8357243.

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

Color convert

RGB 123 133 127 -
CMYK 0.08 0 0.05 0.48
HSL 144º 0.04% 0.5% -
HSV(B) 144º 0.08% 0.52% -
XYZ 20.39 22.52 23.35 -
YUV 129.33 126.69 123.49 -
System Red Green Blue C M Y K H S L
Decimal 123 133 127 0.08 0 0.05 0.48 144 0.04 0.5
Hex 7B 85 7F 8 0 5 30 90 4 32
Octal 173 205 177 10 0 5 60 220 4 62
Binary 1111011 10000101 1111111 1000 0 101 110000 10010000 100 110010

Color Harmonies of #7B857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B857F

Black with #7B857F

Text Example


Text Example

White with #7B857F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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