Html Css Color HEX #78837A Blue Smoke

📋 copy color: '#78837A'

red 120 ◦ green 131 ◦ blue 122

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

Shades of Blue Smoke #78837A

Tints of Blue Smoke #78837A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.12%

 BLUE value IS 122 (48.05% from 255) = 32.71%

R = 32.17%
G = 35.12%
B = 32.71%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#78837A (or 0x78837A) is known color: Blue Smoke. HEX triplet: 78, 83 and 7A. RGB value is (120,131,122). Sum of RGB (Red+Green+Blue) = 120+131+122=373 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.17% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 131 - color contains mainly: green. Hex color #78837A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78837A is #877C85. Grayscale: #7E7E7E. Windows color (decimal): -8879238 or 8029048. OLE color: 8029048.

HSL color Cylindrical-coordinate representation of color #78837A: hue angle of 130.91º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #78837A is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 120 131 122 -
CMYK 0.08 0 0.07 0.49
HSL 130.91º 0.04% 0.49% -
HSV(B) 130.91º 0.08% 0.51% -
XYZ 19.37 21.63 21.57 -
YUV 126.69 125.36 123.23 -
System Red Green Blue C M Y K H S L
Decimal 120 131 122 0.08 0 0.07 0.49 130.91 0.04 0.49
Hex 78 83 7A 8 0 7 31 83 4 31
Octal 170 203 172 10 0 7 61 203 4 61
Binary 1111000 10000011 1111010 1000 0 111 110001 10000011 100 110001

Color Harmonies of #78837A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78837A

Black with #78837A

Text Example


Text Example

White with #78837A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78837A; }

 p { color: rgb(120,131,122); }

 H1.HeaderClassName
 {
   color: #78837A;
 }
 .AnyTagClassName
 {
   color: #78837A;
 }
</style>

background-color css

<style>
 a { background-color: #78837A; }

 a { background-color: rgb(120,131,122); }

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

border-color css

<style>
 span { border-color: #78837A; }

 span { border-color: rgb(120,131,122); }

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