Html Css Color HEX #788A7E Blue Smoke

📋 copy color: '#788A7E'

red 120 ◦ green 138 ◦ blue 126

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

Shades of Blue Smoke #788A7E

Tints of Blue Smoke #788A7E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.94%

 BLUE value IS 126 (49.61% from 255) = 32.81%

R = 31.25%
G = 35.94%
B = 32.81%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#788A7E (or 0x788A7E) is known color: Blue Smoke. HEX triplet: 78, 8A and 7E. RGB value is (120,138,126). Sum of RGB (Red+Green+Blue) = 120+138+126=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 138 - color contains mainly: green. Hex color #788A7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788A7E is #877581. Grayscale: #838383. Windows color (decimal): -8877442 or 8292984. OLE color: 8292984.

HSL color Cylindrical-coordinate representation of color #788A7E: hue angle of 140º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #788A7E is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 120 138 126 -
CMYK 0.13 0 0.09 0.46
HSL 140º 0.07% 0.51% -
HSV(B) 140º 0.13% 0.54% -
XYZ 20.6 23.68 23.22 -
YUV 131.25 125.04 119.98 -
System Red Green Blue C M Y K H S L
Decimal 120 138 126 0.13 0 0.09 0.46 140 0.07 0.51
Hex 78 8A 7E D 0 9 2E 8C 7 33
Octal 170 212 176 15 0 11 56 214 7 63
Binary 1111000 10001010 1111110 1101 0 1001 101110 10001100 111 110011

Color Harmonies of #788A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788A7E

Black with #788A7E

Text Example


Text Example

White with #788A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788A7E; }

 p { color: rgb(120,138,126); }

 H1.HeaderClassName
 {
   color: #788A7E;
 }
 .AnyTagClassName
 {
   color: #788A7E;
 }
</style>

background-color css

<style>
 a { background-color: #788A7E; }

 a { background-color: rgb(120,138,126); }

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

border-color css

<style>
 span { border-color: #788A7E; }

 span { border-color: rgb(120,138,126); }

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