Html Css Color HEX #738A7A Blue Smoke

📋 copy color: '#738A7A'

red 115 ◦ green 138 ◦ blue 122

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

Shades of Blue Smoke #738A7A

Tints of Blue Smoke #738A7A

RGB

 RED value IS 115 (45.31% from 255) = 30.67%

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

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

R = 30.67%
G = 36.8%
B = 32.53%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#738A7A (or 0x738A7A) is known color: Blue Smoke. HEX triplet: 73, 8A and 7A. RGB value is (115,138,122). Sum of RGB (Red+Green+Blue) = 115+138+122=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 138 - color contains mainly: green. Hex color #738A7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738A7A is #8C7585. Grayscale: #818181. Windows color (decimal): -9205126 or 8030835. OLE color: 8030835.

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

Color convert

RGB 115 138 122 -
CMYK 0.17 0 0.12 0.46
HSL 138.26º 0.09% 0.5% -
HSV(B) 138.26º 0.17% 0.54% -
XYZ 19.67 23.23 21.86 -
YUV 129.3 123.88 117.8 -
System Red Green Blue C M Y K H S L
Decimal 115 138 122 0.17 0 0.12 0.46 138.26 0.09 0.5
Hex 73 8A 7A 11 0 C 2E 8A 9 32
Octal 163 212 172 21 0 14 56 212 11 62
Binary 1110011 10001010 1111010 10001 0 1100 101110 10001010 1001 110010

Color Harmonies of #738A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738A7A

Black with #738A7A

Text Example


Text Example

White with #738A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738A7A; }

 p { color: rgb(115,138,122); }

 H1.HeaderClassName
 {
   color: #738A7A;
 }
 .AnyTagClassName
 {
   color: #738A7A;
 }
</style>

background-color css

<style>
 a { background-color: #738A7A; }

 a { background-color: rgb(115,138,122); }

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

border-color css

<style>
 span { border-color: #738A7A; }

 span { border-color: rgb(115,138,122); }

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