Html Css Color HEX #78857B Blue Smoke

📋 copy color: '#78857B'

red 120 ◦ green 133 ◦ blue 123

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

Shades of Blue Smoke #78857B

Tints of Blue Smoke #78857B

RGB

 RED value IS 120 (47.27% from 255) = 31.91%

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

 BLUE value IS 123 (48.44% from 255) = 32.71%

R = 31.91%
G = 35.37%
B = 32.71%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#78857B (or 0x78857B) is known color: Blue Smoke. HEX triplet: 78, 85 and 7B. RGB value is (120,133,123). Sum of RGB (Red+Green+Blue) = 120+133+123=376 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.91% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 133 - color contains mainly: green. Hex color #78857B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78857B is #877A84. Grayscale: #808080. Windows color (decimal): -8878725 or 8095096. OLE color: 8095096.

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

Color convert

RGB 120 133 123 -
CMYK 0.10 0 0.08 0.48
HSL 133.85º 0.05% 0.5% -
HSV(B) 133.85º 0.1% 0.52% -
XYZ 19.71 22.2 21.98 -
YUV 127.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 120 133 123 0.10 0 0.08 0.48 133.85 0.05 0.5
Hex 78 85 7B A 0 8 30 86 5 32
Octal 170 205 173 12 0 10 60 206 5 62
Binary 1111000 10000101 1111011 1010 0 1000 110000 10000110 101 110010

Color Harmonies of #78857B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78857B

Black with #78857B

Text Example


Text Example

White with #78857B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78857B; }

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

 H1.HeaderClassName
 {
   color: #78857B;
 }
 .AnyTagClassName
 {
   color: #78857B;
 }
</style>

background-color css

<style>
 a { background-color: #78857B; }

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

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

border-color css

<style>
 span { border-color: #78857B; }

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

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