Html Css Color HEX #74867A Blue Smoke

📋 copy color: '#74867A'

red 116 ◦ green 134 ◦ blue 122

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

Shades of Blue Smoke #74867A

Tints of Blue Smoke #74867A

RGB

 RED value IS 116 (45.7% from 255) = 31.18%

 GREEN value IS 134 (52.73% from 255) = 36.02%

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

R = 31.18%
G = 36.02%
B = 32.8%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#74867A (or 0x74867A) is known color: Blue Smoke. HEX triplet: 74, 86 and 7A. RGB value is (116,134,122). Sum of RGB (Red+Green+Blue) = 116+134+122=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 134 - color contains mainly: green. Hex color #74867A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74867A is #8B7985. Grayscale: #7F7F7F. Windows color (decimal): -9140614 or 8029812. OLE color: 8029812.

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

Color convert

RGB 116 134 122 -
CMYK 0.13 0 0.09 0.47
HSL 140º 0.07% 0.49% -
HSV(B) 140º 0.13% 0.53% -
XYZ 19.24 22.17 21.68 -
YUV 127.25 125.04 119.98 -
System Red Green Blue C M Y K H S L
Decimal 116 134 122 0.13 0 0.09 0.47 140 0.07 0.49
Hex 74 86 7A D 0 9 2F 8C 7 31
Octal 164 206 172 15 0 11 57 214 7 61
Binary 1110100 10000110 1111010 1101 0 1001 101111 10001100 111 110001

Color Harmonies of #74867A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74867A

Black with #74867A

Text Example


Text Example

White with #74867A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,134,122); }

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

background-color css

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

 a { background-color: rgb(116,134,122); }

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

border-color css

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

 span { border-color: rgb(116,134,122); }

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