Html Css Color HEX #7B857D Blue Smoke

📋 copy color: '#7B857D'

red 123 ◦ green 133 ◦ blue 125

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

Shades of Blue Smoke #7B857D

Tints of Blue Smoke #7B857D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.81%

R = 32.28%
G = 34.91%
B = 32.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#7B857D (or 0x7B857D) is known color: Blue Smoke. HEX triplet: 7B, 85 and 7D. RGB value is (123,133,125). Sum of RGB (Red+Green+Blue) = 123+133+125=381 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.28% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 133 - color contains mainly: green. Hex color #7B857D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B857D is #847A82. Grayscale: #818181. Windows color (decimal): -8682115 or 8226171. OLE color: 8226171.

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

Color convert

RGB 123 133 125 -
CMYK 0.08 0 0.06 0.48
HSL 132º 0.04% 0.5% -
HSV(B) 132º 0.08% 0.52% -
XYZ 20.26 22.47 22.67 -
YUV 129.1 125.69 123.65 -
System Red Green Blue C M Y K H S L
Decimal 123 133 125 0.08 0 0.06 0.48 132 0.04 0.5
Hex 7B 85 7D 8 0 6 30 84 4 32
Octal 173 205 175 10 0 6 60 204 4 62
Binary 1111011 10000101 1111101 1000 0 110 110000 10000100 100 110010

Color Harmonies of #7B857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B857D

Black with #7B857D

Text Example


Text Example

White with #7B857D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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