Html Css Color HEX #738D79 Blue Smoke

📋 copy color: '#738D79'

red 115 ◦ green 141 ◦ blue 121

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

Shades of Blue Smoke #738D79

Tints of Blue Smoke #738D79

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.4%

 BLUE value IS 121 (47.66% from 255) = 32.1%

R = 30.5%
G = 37.4%
B = 32.1%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#738D79 (or 0x738D79) is known color: Blue Smoke. HEX triplet: 73, 8D and 79. RGB value is (115,141,121). Sum of RGB (Red+Green+Blue) = 115+141+121=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 141 - color contains mainly: green. Hex color #738D79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738D79 is #8C7286. Grayscale: #838383. Windows color (decimal): -9204359 or 7966067. OLE color: 7966067.

HSL color Cylindrical-coordinate representation of color #738D79: hue angle of 133.85º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #738D79 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB 115 141 121 -
CMYK 0.18 0 0.14 0.45
HSL 133.85º 0.1% 0.5% -
HSV(B) 133.85º 0.18% 0.55% -
XYZ 20.05 24.08 21.68 -
YUV 130.95 122.39 116.63 -
System Red Green Blue C M Y K H S L
Decimal 115 141 121 0.18 0 0.14 0.45 133.85 0.1 0.5
Hex 73 8D 79 12 0 E 2D 86 A 32
Octal 163 215 171 22 0 16 55 206 12 62
Binary 1110011 10001101 1111001 10010 0 1110 101101 10000110 1010 110010

Color Harmonies of #738D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738D79

Black with #738D79

Text Example


Text Example

White with #738D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,141,121); }

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

background-color css

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

 a { background-color: rgb(115,141,121); }

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

border-color css

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

 span { border-color: rgb(115,141,121); }

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