Html Css Color HEX #78857C Blue Smoke

📋 copy color: '#78857C'

red 120 ◦ green 133 ◦ blue 124

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

Shades of Blue Smoke #78857C

Tints of Blue Smoke #78857C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.89%

R = 31.83%
G = 35.28%
B = 32.89%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#78857C (or 0x78857C) is known color: Blue Smoke. HEX triplet: 78, 85 and 7C. RGB value is (120,133,124). Sum of RGB (Red+Green+Blue) = 120+133+124=377 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.83% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 133 - color contains mainly: green. Hex color #78857C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78857C is #877A83. Grayscale: #808080. Windows color (decimal): -8878724 or 8160632. OLE color: 8160632.

HSL color Cylindrical-coordinate representation of color #78857C: hue angle of 138.46º 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 #78857C is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 120 133 124 -
CMYK 0.10 0 0.07 0.48
HSL 138.46º 0.05% 0.5% -
HSV(B) 138.46º 0.1% 0.52% -
XYZ 19.77 22.22 22.32 -
YUV 128.09 125.69 122.23 -
System Red Green Blue C M Y K H S L
Decimal 120 133 124 0.10 0 0.07 0.48 138.46 0.05 0.5
Hex 78 85 7C A 0 7 30 8A 5 32
Octal 170 205 174 12 0 7 60 212 5 62
Binary 1111000 10000101 1111100 1010 0 111 110000 10001010 101 110010

Color Harmonies of #78857C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78857C

Black with #78857C

Text Example


Text Example

White with #78857C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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