Html Css Color HEX #788F7E Blue Smoke

📋 copy color: '#788F7E'

red 120 ◦ green 143 ◦ blue 126

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

Shades of Blue Smoke #788F7E

Tints of Blue Smoke #788F7E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.76%

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

R = 30.85%
G = 36.76%
B = 32.39%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#788F7E (or 0x788F7E) is known color: Blue Smoke. HEX triplet: 78, 8F and 7E. RGB value is (120,143,126). Sum of RGB (Red+Green+Blue) = 120+143+126=389 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.85% from 389); Green value is 143 (56.25% from 255 or 36.76% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 143 - color contains mainly: green. Hex color #788F7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788F7E is #877081. Grayscale: #868686. Windows color (decimal): -8876162 or 8294264. OLE color: 8294264.

HSL color Cylindrical-coordinate representation of color #788F7E: hue angle of 135.65º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #788F7E is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 120 143 126 -
CMYK 0.16 0 0.12 0.44
HSL 135.65º 0.09% 0.52% -
HSV(B) 135.65º 0.16% 0.56% -
XYZ 21.33 25.14 23.47 -
YUV 134.19 123.38 117.88 -
System Red Green Blue C M Y K H S L
Decimal 120 143 126 0.16 0 0.12 0.44 135.65 0.09 0.52
Hex 78 8F 7E 10 0 C 2C 88 9 34
Octal 170 217 176 20 0 14 54 210 11 64
Binary 1111000 10001111 1111110 10000 0 1100 101100 10001000 1001 110100

Color Harmonies of #788F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788F7E

Black with #788F7E

Text Example


Text Example

White with #788F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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