Html Css Color HEX #748B7A Blue Smoke

📋 copy color: '#748B7A'

red 116 ◦ green 139 ◦ blue 122

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

Shades of Blue Smoke #748B7A

Tints of Blue Smoke #748B7A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.87%

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

R = 30.77%
G = 36.87%
B = 32.36%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#748B7A (or 0x748B7A) is known color: Blue Smoke. HEX triplet: 74, 8B and 7A. RGB value is (116,139,122). Sum of RGB (Red+Green+Blue) = 116+139+122=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 139 - color contains mainly: green. Hex color #748B7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748B7A is #8B7485. Grayscale: #828282. Windows color (decimal): -9139334 or 8031092. OLE color: 8031092.

HSL color Cylindrical-coordinate representation of color #748B7A: hue angle of 135.65º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #748B7A is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 139 122 -
CMYK 0.17 0 0.12 0.45
HSL 135.65º 0.09% 0.5% -
HSV(B) 135.65º 0.17% 0.55% -
XYZ 19.95 23.58 21.91 -
YUV 130.19 123.38 117.88 -
System Red Green Blue C M Y K H S L
Decimal 116 139 122 0.17 0 0.12 0.45 135.65 0.09 0.5
Hex 74 8B 7A 11 0 C 2D 88 9 32
Octal 164 213 172 21 0 14 55 210 11 62
Binary 1110100 10001011 1111010 10001 0 1100 101101 10001000 1001 110010

Color Harmonies of #748B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748B7A

Black with #748B7A

Text Example


Text Example

White with #748B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748B7A; }

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

 H1.HeaderClassName
 {
   color: #748B7A;
 }
 .AnyTagClassName
 {
   color: #748B7A;
 }
</style>

background-color css

<style>
 a { background-color: #748B7A; }

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

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

border-color css

<style>
 span { border-color: #748B7A; }

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

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