Html Css Color HEX #74867B Blue Smoke

📋 copy color: '#74867B'

red 116 ◦ green 134 ◦ blue 123

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

Shades of Blue Smoke #74867B

Tints of Blue Smoke #74867B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.98%

R = 31.1%
G = 35.92%
B = 32.98%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#74867B (or 0x74867B) is known color: Blue Smoke. HEX triplet: 74, 86 and 7B. RGB value is (116,134,123). Sum of RGB (Red+Green+Blue) = 116+134+123=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 134 - color contains mainly: green. Hex color #74867B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74867B is #8B7984. Grayscale: #7F7F7F. Windows color (decimal): -9140613 or 8095348. OLE color: 8095348.

HSL color Cylindrical-coordinate representation of color #74867B: hue angle of 143.33º 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 #74867B is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 134 123 -
CMYK 0.13 0 0.08 0.47
HSL 143.33º 0.07% 0.49% -
HSV(B) 143.33º 0.13% 0.53% -
XYZ 19.3 22.19 22.01 -
YUV 127.36 125.54 119.89 -
System Red Green Blue C M Y K H S L
Decimal 116 134 123 0.13 0 0.08 0.47 143.33 0.07 0.49
Hex 74 86 7B D 0 8 2F 8F 7 31
Octal 164 206 173 15 0 10 57 217 7 61
Binary 1110100 10000110 1111011 1101 0 1000 101111 10001111 111 110001

Color Harmonies of #74867B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74867B

Black with #74867B

Text Example


Text Example

White with #74867B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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