Html Css Color HEX #738C78 Blue Smoke

📋 copy color: '#738C78'

red 115 ◦ green 140 ◦ blue 120

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

Shades of Blue Smoke #738C78

Tints of Blue Smoke #738C78

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.33%

 BLUE value IS 120 (47.27% from 255) = 32%

R = 30.67%
G = 37.33%
B = 32%

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

#738C78 (or 0x738C78) is known color: Blue Smoke. HEX triplet: 73, 8C and 78. RGB value is (115,140,120). Sum of RGB (Red+Green+Blue) = 115+140+120=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 140 - color contains mainly: green. Hex color #738C78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738C78 is #8C7387. Grayscale: #828282. Windows color (decimal): -9204616 or 7900275. OLE color: 7900275.

HSL color Cylindrical-coordinate representation of color #738C78: hue angle of 132º 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 #738C78 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB 115 140 120 -
CMYK 0.18 0 0.14 0.45
HSL 132º 0.1% 0.5% -
HSV(B) 132º 0.18% 0.55% -
XYZ 19.84 23.76 21.31 -
YUV 130.25 122.22 117.13 -
System Red Green Blue C M Y K H S L
Decimal 115 140 120 0.18 0 0.14 0.45 132 0.1 0.5
Hex 73 8C 78 12 0 E 2D 84 A 32
Octal 163 214 170 22 0 16 55 204 12 62
Binary 1110011 10001100 1111000 10010 0 1110 101101 10000100 1010 110010

Color Harmonies of #738C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738C78

Black with #738C78

Text Example


Text Example

White with #738C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,140,120); }

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

background-color css

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

 a { background-color: rgb(115,140,120); }

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

border-color css

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

 span { border-color: rgb(115,140,120); }

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